xhtml compliance

This commit is contained in:
james 2005-02-21 22:40:02 +00:00
parent 1a62c5ed46
commit d6d1e3eca9

View File

@ -100,7 +100,7 @@ else
$q=mysql_query("SELECT * FROM projectdivisions WHERE year='".$config['FAIRYEAR']."' ORDER BY division");
while($r=mysql_fetch_object($q))
{
echo "<tr><td></td><td colspan=2>".i18n("Novice")."</td><td colspan=3 align=right>".i18n("Expert")."</td></tr>";
echo "<tr><td></td><td colspan=\"2\">".i18n("Novice")."</td><td colspan=\"3\" align=\"right\">".i18n("Expert")."</td></tr>";
echo "<tr><th></th>";
for($x=1;$x<=5;$x++)
echo "<th>$x</th>";