Change </br> to a more appropriate <br/>
Signed-off-by: Ben Shum <bshum@biblio.org>
</tr>
</table>
[% IF ctx.get_org_setting(ctx.physical_loc || ctx.aou_tree.id, 'circ.password_reset_request_requires_matching_email') %]
- <label for="email">[% l('Email address associated with the account:') %] </label><input type="text" name="email"/></br>
+ <label for="email">[% l('Email address associated with the account:') %] </label><input type="text" name="email"/><br/>
[% END %]
<button name="submit" id="submitButton" class="opac-button" type="submit">[% l('Submit') %]</button>
</form>