Skip to content

Commit

Permalink
Missing div close tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Pieters authored Aug 16, 2018
1 parent bc742d3 commit e58160d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ list($dobYear, $dobMonth, $dobDay) = explode('-', $dob);
class="input-text" autocomplete="off">
<label for="year">YYYY</label>
</div>
</div>
</li>
<?php
if(!empty($instructions)){
Expand Down

0 comments on commit e58160d

Please sign in to comment.