From: Fridolin Somers Date: Mon, 26 Oct 2015 07:44:17 +0000 (+0100) Subject: Bug 15059: Line break in html attribute in branchoverdues.tt X-Git-Tag: v3.22.00-beta~177 X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;ds=sidebyside;h=3e0b35c15db408593b0d1a1a4c381750f8d3bec8;p=koha-ffzg.git Bug 15059: Line break in html attribute in branchoverdues.tt 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 --- 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 %]