André Hentschel : winetest: Some HTML markup fixes.

Alexandre Julliard julliard at winehq.org
Tue Aug 4 09:28:02 CDT 2009


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

Author: André Hentschel <nerv at dawncrow.de>
Date:   Sun Jul 26 14:05:53 2009 +0200

winetest: Some HTML markup fixes.

---

 winetest/dissect         |    2 +-
 winetest/resultform.html |    3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/winetest/dissect b/winetest/dissect
index 7416434..297cebb 100755
--- a/winetest/dissect
+++ b/winetest/dissect
@@ -276,7 +276,7 @@ while (<IN>) {
             elsif ($text =~ /^Test succeeded inside todo block: /) { $class = "test failed"; }
             elsif ($text =~ /^Test marked todo: /) { $class = "test todo"; }
             elsif ($text =~ /^Tests skipped: /) { $class = "test skipped"; }
-            $testbox->{data} .= sprintf "<div class=\"%s\"><a href=%s/?a=blob;f=%s;hb=%s#l%u>%s.c:%u</a>: %s</div>\n",
+            $testbox->{data} .= sprintf "<div class=\"%s\"><a href=\"%s/?a=blob;f=%s;hb=%s#l%u\">%s.c:%u</a>: %s</div>\n",
                                  $class, $gitweb, $source, $testbuild, $line, $unit, $line, escapeHTML($text);
         }
         else
diff --git a/winetest/resultform.html b/winetest/resultform.html
index 1284d5c..9cfb67f 100644
--- a/winetest/resultform.html
+++ b/winetest/resultform.html
@@ -12,7 +12,7 @@
 
 <body>
 <h5>Test under the mouse:</h5>
-<form name="results">
+<form action="" name="results">
   <table>
     <tr>
       <td>Test</td>
@@ -38,6 +38,7 @@
       <td>Skips</td>
       <td><input type="text" name="skipped" size="10" readonly></td>
     </tr>
+  </table>
 </form>
 </body>
 </html>




More information about the wine-cvs mailing list