Francois Gouget : winetest: Add a missing </tr> tag.
14 Mar
2008
14 Mar
'08
5:15 p.m.
Module: tools Branch: master Commit: c282a32676d030be2a1fd265ef3849534cd81c73 URL: http://source.winehq.org/git/tools.git/?a=commit;h=c282a32676d030be2a1fd265e... Author: Francois Gouget <fgouget(a)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>
6579
Age (days ago)
6579
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard