[tools] testbot/web: Remove a duplicate </tbody> on the Stats page.

Francois Gouget fgouget at codeweavers.com
Sun Mar 7 18:50:29 CST 2021


Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 testbot/web/Stats.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testbot/web/Stats.pl b/testbot/web/Stats.pl
index 4a70cb0e0..bf7f9baf3 100644
--- a/testbot/web/Stats.pl
+++ b/testbot/web/Stats.pl
@@ -429,7 +429,7 @@ sub GenerateFooter($)
   print "<p>The errors section shows how many <b>Timeouts</b> occurred, that is how many tasks failed to complete within the allotted time; how many failed due to a <b>TestBot error</b>; and how many had to be rerun due to a <b>Transient error</b> such as a network connection issue.</p>\n";
 
   print "</td></tr></tbody>\n";
-  print "</tbody></table></div>\n";
+  print "</table></div>\n";
   print "<p class='GeneralFooterText'>Generated in ", Elapsed($self->{start}), " s</p>\n";
   print "</div>\n";
 }
-- 
2.20.1



More information about the wine-devel mailing list