Bug 19918: Close span tag in opac-registration-confirmation.tt
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 5 Jan 2018 14:09:09 +0000 (11:09 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 5 Jan 2018 14:09:36 +0000 (11:09 -0300)
Introduced by:
commit 06f4950aa21ff889cff81f27b2f4e79788db193f
Bug 13599 - Add patron cardnumber to self registration confirmation

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-registration-confirmation.tt

index 7ce46b7..caeec9c 100644 (file)
@@ -42,7 +42,7 @@
                             </p>
                             <p id="patron-password-p">
                                 <span id="patron-password-label">Password:</span>
-                                <span id="patron-password">[% password_cleartext %]<span>
+                                <span id="patron-password">[% password_cleartext %]</span>
                             </p>
 
                             [% IF borrower.cardnumber %]