Jerome Leclanche : patches: Wrap patch list and legend in #content and #main_content divs.

Alexandre Julliard julliard at winehq.org
Tue Apr 26 04:49:01 CDT 2011


Module: tools
Branch: master
Commit: a6de8ef1aacf2590a44c0173d51fec5ca6569f8e
URL:    http://source.winehq.org/git/tools.git/?a=commit;h=a6de8ef1aacf2590a44c0173d51fec5ca6569f8e

Author: Jerome Leclanche <adys.wh at gmail.com>
Date:   Mon Apr 25 21:50:45 2011 +0100

patches: Wrap patch list and legend in #content and #main_content divs.

---

 patches/update |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/patches/update b/patches/update
index 17dc056..66b7963 100755
--- a/patches/update
+++ b/patches/update
@@ -100,7 +100,7 @@ print INDEX start_html(-title=>"Patches list",
                        -encoding=>"utf-8",
                        -style=>{src=>"patches.css"});
 
-print INDEX "<div class=\"main\">\n";
+print INDEX "<div id=\"main_content\"><div id=\"content\"><div class=\"main\">\n";
 print INDEX "<table class=\"main\"><tr><th class=\"id\">ID</th>",
     "<th class=\"status\">Status</th>",
     "<th class=\"author\">Author</th>",
@@ -180,7 +180,7 @@ foreach my $status (@legend)
     $row++;
     
 }
-print INDEX "</table></div>\n";
+print INDEX "</table></div></div></div>\n";
 print INDEX end_html;
 close INDEX;
 




More information about the wine-cvs mailing list