Signed-off-by: Francois Gouget <fgouget@codeweavers.com --- testbot/web/JobDetails.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testbot/web/JobDetails.pl b/testbot/web/JobDetails.pl index d8e55296d..8efe5eefc 100644 --- a/testbot/web/JobDetails.pl +++ b/testbot/web/JobDetails.pl @@ -501,7 +501,7 @@ EOF
foreach my $GroupName (@{$Summary->{Groups}}) { - print "<div class='LogDllName'>$GroupName:</div>\n" if ($GroupName); + print "<div class='LogDllName'>$GroupName</div>\n" if ($GroupName);
print "<pre><code>"; my $ErrIndex = 0;