Bugzilla – Attachment 70288 Details for
Bug 19918
span tag not closed in opac-registration-confirmation.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19918: Close span tag in opac-registration-confirmation.tt
Bug-19918-Close-span-tag-in-opac-registration-conf.patch (text/plain), 1.40 KB, created by
Jonathan Druart
on 2018-01-05 14:11:27 UTC
(
hide
)
Description:
Bug 19918: Close span tag in opac-registration-confirmation.tt
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2018-01-05 14:11:27 UTC
Size:
1.40 KB
patch
obsolete
>From 94cd27677d8febd2979f9f618f1e8cd1bd2d68d7 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >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 <jonathan.druart@bugs.koha-community.org> >--- > .../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 @@ > </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 %] >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 19918
: 70288