Francois Gouget : winetest: Add a missing </tr> tag.

Alexandre Julliard julliard at winehq.org
Fri Mar 14 12:15:17 CDT 2008


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Fri Mar 14 17:23:51 2008 +0100

winetest: Add a missing </tr> tag.

---

 winetest/gather |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/winetest/gather b/winetest/gather
index a40c2f6..bda1f95 100755
--- a/winetest/gather
+++ b/winetest/gather
@@ -411,6 +411,9 @@ EOF
         <a href="$alltests{$testname}">$testname</a></td>
 EOF
         singletest ($_, $testname, $group->{name}) foreach (@{$group->{tests}});
+    print OUT <<"EOF";
+    </tr>
+EOF
     }
     print OUT <<"EOF";
   </tbody>




More information about the wine-cvs mailing list