</option> not present in some select list
This commit is contained in:
parent
f5a541d469
commit
31a9acc77d
@ -805,6 +805,7 @@ class FormOther
|
|||||||
$select_week .= '<option value="'.$key.'">';
|
$select_week .= '<option value="'.$key.'">';
|
||||||
}
|
}
|
||||||
$select_week .= $val;
|
$select_week .= $val;
|
||||||
|
$select_week .= '</option>';
|
||||||
}
|
}
|
||||||
$select_week .= '</select>';
|
$select_week .= '</select>';
|
||||||
return $select_week;
|
return $select_week;
|
||||||
@ -844,6 +845,7 @@ class FormOther
|
|||||||
$select_month .= '<option value="'.$key.'">';
|
$select_month .= '<option value="'.$key.'">';
|
||||||
}
|
}
|
||||||
$select_month .= $val;
|
$select_month .= $val;
|
||||||
|
$select_month .= '</option>';
|
||||||
}
|
}
|
||||||
$select_month .= '</select>';
|
$select_month .= '</select>';
|
||||||
return $select_month;
|
return $select_month;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user