forked from science-ation/science-ation
fix comment
xhtml compliance
This commit is contained in:
parent
91e5323e5e
commit
c8ee2bab56
@ -99,7 +99,7 @@ else
|
|||||||
}
|
}
|
||||||
echo "</tr>";
|
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)
|
if($expertise[$r->id]>=3)
|
||||||
{
|
{
|
||||||
|
|
||||||
@ -110,7 +110,7 @@ else
|
|||||||
echo "<td> </td>";
|
echo "<td> </td>";
|
||||||
if($subexpertise[$subr->id]) $ch="checked=\"checked\""; else $ch="";
|
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 "<td colspan=\"4\">";
|
||||||
echo "$subr->subdivision";
|
echo "$subr->subdivision";
|
||||||
echo "</td>";
|
echo "</td>";
|
||||||
|
Loading…
Reference in New Issue
Block a user