[PATCH 2/2] testbot/web: Don't put a colon after the module name in the JobDetails page.

Francois Gouget fgouget at codeweavers.com
Wed Aug 29 19:00:29 CDT 2018


Signed-off-by: Francois Gouget <fgouget at 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;
-- 
2.18.0



More information about the wine-devel mailing list