From 3e0b35c15db408593b0d1a1a4c381750f8d3bec8 Mon Sep 17 00:00:00 2001 From: Fridolin Somers Date: Mon, 26 Oct 2015 08:44:17 +0100 Subject: [PATCH] Bug 15059: Line break in html attribute in branchoverdues.tt MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit In circ/branchoverdues.tt, there is a line break inside href attribute. This generates an attribute with a lot of spaces %20. Test plan : - at intranet go to ciculation module - click on "Overdues with fines" - look at links "Phone", "Notice" and "Considered lost" => Without patch the URL contains a lot of spaces => With patch the URL is correct Signed-off-by: Marc Véron Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchoverdues.tt | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchoverdues.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchoverdues.tt index dd2d7e6718..ff3424d4fd 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchoverdues.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchoverdues.tt @@ -77,11 +77,9 @@ Mail [% END %]  |  - Phone + Phone  |  - Notice + Notice [% END %] [% IF ( overduesloo.overdue2 ) %] @@ -89,8 +87,7 @@ [% END %] [% IF ( overduesloo.overdue3 ) %] - Considered lost + Considered lost [% END %] -- 2.11.0