Change </br> to a more appropriate <br/>
Signed-off-by: Ben Shum <bshum@biblio.org>
<div id='oils-selfck-logo-div'>
<img src='[% ctx.media_prefix %]/images/self_eg_logo.png'/>
</div>
-</br>
-</br>
+<br/>
+<br/>
<div id='oils-selfck-scan-div'>
<div id='oils-selfck-scan-text'></div>
- </br>
+ <br/>
<input jsId='selfckScanBox' dojoType='dijit.form.TextBox'/>
- </br>
- </br>
+ <br/>
+ <br/>
</div>
<div id='oils-selfck-status-div'></div>
</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>