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:
Jonathan Druart 2018-01-05 11:09:09 -03:00
parent 886b197b2d
commit 94cd27677d

View 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 %]