Bugzilla – Attachment 99140 Details for
Bug 24676
opac-auth.tt contains trivial HTML error
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24676: Remove <p/> typo in opac-auth.tt
Bug-24676-Remove-p-typo-in-opac-authtt.patch (text/plain), 1.42 KB, created by
David Cook
on 2020-02-18 01:01:39 UTC
(
hide
)
Description:
Bug 24676: Remove <p/> typo in opac-auth.tt
Filename:
MIME Type:
Creator:
David Cook
Created:
2020-02-18 01:01:39 UTC
Size:
1.42 KB
patch
obsolete
>From 6ac4c083bad94d095c62ef5a98d8add13db70d97 Mon Sep 17 00:00:00 2001 >From: David Cook <dcook@prosentient.com.au> >Date: Tue, 18 Feb 2020 00:59:05 +0000 >Subject: [PATCH] Bug 24676: Remove <p/> typo in opac-auth.tt > >This patch removes some trivial invalid HTML from opac-auth.tt > >Test plan: >1. Apply patch >2. As an unauthenticated user, try to place a hold on a search result >e.g. http://localhost:8080/cgi-bin/koha/opac-reserve.pl?biblionumber=29 >3. View source or use an inspector to see there is no <p></p> block >between <input type="submit" value="Log in" class="btn"> and ><div id="nologininstructions"> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt >index ac4930fdf2..982817b158 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt >@@ -169,7 +169,6 @@ > </fieldset> > > <input type="submit" value="Log in" class="btn" /> >- <p/> > [% IF Koha.Preference('OpacPasswordChange') && Categories.can_any_reset_password %] > <div id="forgotpassword"> > <a href="/cgi-bin/koha/opac-password-recovery.pl">Forgot your password?</a> >-- >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 24676
:
99140
|
99326
|
99340