Our definition of tablerow looks weired and assumes that browser actually ignore non-closing tags. Are there objections against me applying the following patch to all versions:
Index: submit.wml =================================================================== RCS file: /cvs/webwml/webwml/german/mirror/submit.wml,v retrieving revision 1.4 diff -u -r1.4 submit.wml --- submit.wml 2001/05/14 13:07:21 1.4 +++ submit.wml 2001/05/14 13:10:45 @@ -17,7 +17,7 @@ <form method=post action="http://cgi.debian.org/cgi-bin/submit_mirror.pl"> <define-tag tablerow> - <tr><td>%0: <td><input type="text" name="%1" size="%2"> + <tr><td>%0: </td><td><input type="text" name="%1" size="%2"></td></tr> </define-tag> Site: <input type="text" name="site" size="30"><br> Regards, Joey -- Those who don't understand Unix are condemned to reinvent it, poorly. Please always Cc to me when replying to me on the lists.

