Bug 19918: Close span tag in opac-registration-confirmation.tt
Introduced by:
commit 06f4950aa2
Bug 13599 - Add patron cardnumber to self registration confirmation
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
886b197b2d
commit
94cd27677d
1 changed files with 1 additions and 1 deletions
|
@ -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 %]
|
||||
|
|
Loading…
Reference in a new issue