fix comment

xhtml compliance
This commit is contained in:
james 2004-12-20 19:48:13 +00:00
parent 91e5323e5e
commit c8ee2bab56

View File

@ -99,7 +99,7 @@ else
}
echo "</tr>";
//only show the sub-divisions if the 'main' division is scored >1
//only show the sub-divisions if the 'main' division is scored >=3
if($expertise[$r->id]>=3)
{
@ -110,7 +110,7 @@ else
echo "<td>&nbsp;</td>";
if($subexpertise[$subr->id]) $ch="checked=\"checked\""; else $ch="";
echo "<td><input $ch type=\"checkbox\" name=\"subdivision[$subr->id]\" value=\"1\"></td>";
echo "<td><input $ch type=\"checkbox\" name=\"subdivision[$subr->id]\" value=\"1\" /></td>";
echo "<td colspan=\"4\">";
echo "$subr->subdivision";
echo "</td>";