[tools 1/3] winetest/build-patterns: Remove an unneeded <div class='main'>.

Francois Gouget fgouget at codeweavers.com
Wed May 12 12:19:07 CDT 2021


Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
I initially modeled this page after those that use summary.css. Those 
have a main class but report.css does not and pages that use it 
(report.html) have no equivalent.
---
 winetest/build-patterns | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/winetest/build-patterns b/winetest/build-patterns
index 334d28fd0..aa6d29f62 100755
--- a/winetest/build-patterns
+++ b/winetest/build-patterns
@@ -1114,7 +1114,6 @@ sub write_patterns_page($$$)
 </head>
 <body>
 <div class="navbar"><a href="..">index</a> | Failure patterns: <a href="patterns.html">all</a> | <a href="patterns-tb-win.html">testbot windows</a> | <a href="patterns-tb-wine.html">testbot wine</a></div>
-<div class="main">
 EOF
 
     # Show the test units with recent failures first.
@@ -1240,7 +1239,7 @@ EOF
         write_patterns_list($html, $pagereports, $mainpage, $list);
     }
 
-    print $html "</div></body></html>\n";
+    print $html "</body></html>\n";
     close($html);
 
     if (!rename "$filename.new", "$filename")
-- 
2.20.1




More information about the wine-devel mailing list