Fixed syntax error.

This commit is contained in:
William Brawner 2015-08-30 10:07:10 -07:00
parent 85e4078d15
commit 6e0500aa68
2 changed files with 1 additions and 1 deletions

View file

@ -49,7 +49,7 @@
<select>
<?php
for ($i = 0; $i <= 11; $i++) {
echo '<option>' . $i . ' months</option>'
echo '<option>' . $i . ' months</option>';
}
?>
</select>