Fix some bad break syntax
authorBen Shum <bshum@biblio.org>
Thu, 29 Aug 2013 18:58:20 +0000 (14:58 -0400)
committerBen Shum <bshum@biblio.org>
Fri, 6 Sep 2013 18:10:50 +0000 (14:10 -0400)
Change </br> to a more appropriate <br/>

Signed-off-by: Ben Shum <bshum@biblio.org>
Open-ILS/src/templates/circ/selfcheck/banner.tt2
Open-ILS/src/templates/opac/password_reset.tt2

index 30bcad0..baf12e4 100644 (file)
@@ -2,14 +2,14 @@
 <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>
 
index d6a27de..beb75c7 100644 (file)
@@ -59,7 +59,7 @@
                 </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>