From 94cd27677d8febd2979f9f618f1e8cd1bd2d68d7 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 5 Jan 2018 11:09:09 -0300 Subject: [PATCH] Bug 19918: Close span tag in opac-registration-confirmation.tt Introduced by: commit 06f4950aa21ff889cff81f27b2f4e79788db193f Bug 13599 - Add patron cardnumber to self registration confirmation Signed-off-by: Jonathan Druart --- .../opac-tmpl/bootstrap/en/modules/opac-registration-confirmation.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-registration-confirmation.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-registration-confirmation.tt index 7ce46b7947..caeec9c0e0 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-registration-confirmation.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-registration-confirmation.tt @@ -42,7 +42,7 @@

Password: - [% password_cleartext %] + [% password_cleartext %]

[% IF borrower.cardnumber %] -- 2.11.0