OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-registry Date: 08-Aug-2006 18:30:12
Branch: HEAD Handle: 2006080817301100
Modified files:
openpkg-registry registry-ui.pl
Log:
add missing table record closing tag
Summary:
Revision Changes Path
1.99 +2 -0 openpkg-registry/registry-ui.pl
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-registry/registry-ui.pl
============================================================================
$ cvs diff -u -r1.98 -r1.99 registry-ui.pl
--- openpkg-registry/registry-ui.pl 8 Aug 2006 13:46:01 -0000 1.98
+++ openpkg-registry/registry-ui.pl 8 Aug 2006 16:30:11 -0000 1.99
@@ -2151,6 +2151,8 @@
# assoccount
$html .= "<td>" . $rv->{$k}->{assoccount} . "</td>";
+
+ $html .= "</tr>\n";
}
$html .= "<tr>";
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]