Fixed syntax error.
This commit is contained in:
parent
85e4078d15
commit
6e0500aa68
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -49,7 +49,7 @@
|
|||
<select>
|
||||
<?php
|
||||
for ($i = 0; $i <= 11; $i++) {
|
||||
echo '<option>' . $i . ' months</option>'
|
||||
echo '<option>' . $i . ' months</option>';
|
||||
}
|
||||
?>
|
||||
</select>
|
||||
|
|
Loading…
Reference in a new issue