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