diff --git a/register_judges_expertise.php b/register_judges_expertise.php index b641882..1c54f62 100644 --- a/register_judges_expertise.php +++ b/register_judges_expertise.php @@ -99,7 +99,7 @@ else } echo ""; - //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 " "; if($subexpertise[$subr->id]) $ch="checked=\"checked\""; else $ch=""; - echo "id]\" value=\"1\">"; + echo "id]\" value=\"1\" />"; echo ""; echo "$subr->subdivision"; echo "";