From c9225d6fbd11e81927113a2b7f61024c0d89ae6f Mon Sep 17 00:00:00 2001 From: remi <remi.mayrand-provencher@inLibro.com> Date: Wed, 3 Jun 2015 15:13:08 -0400 Subject: [PATCH] Bug 8753 - Fixed the forbidden pattern error in opac-auth.tt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I could only reproduce the forbidden pattern error from jonathan Druart's comment#97 locally, so I fixed it. TEST PLAN 1)Apply all patches 2)Forbidden pattern error should not be there anymore Signed-off-by: Marc VĂ©ron <veron@veron.ch> --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt | 2 +- 1 file changed, 1 insertion(+), 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 60035e7..c5cd351 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt @@ -152,7 +152,7 @@ <input type="submit" value="Log in" class="btn" /> [% IF Koha.Preference('OpacPasswordChange') && Koha.Preference('OpacResetPassword') %] <div id="forgotpassword"> - <a href="/cgi-bin/koha/opac-password-recovery.pl">Forgot your password?</a> + <a href="/cgi-bin/koha/opac-password-recovery.pl">Forgot your password?</a> </div> [% END %] <div id="nologininstructions"> -- 1.9.1