From 9cb0451c67f6a52a662e4c4b1cfe2ce8354eb5f6 Mon Sep 17 00:00:00 2001 From: Caitlin Goodger Date: Tue, 17 Jan 2017 21:37:49 +0000 Subject: [PATCH] Bug 17852; Multiple URLs (856) in list email are broken. Test Plan 1: Add multiple urls to a biblographic record 2: Add the biblographic record to a list and then email it. 3: See that the links are broken and have been merged into one. 4: Apply patch 5: Send the list again and see that the links work --- koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/sendshelf.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/sendshelf.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/sendshelf.tt index e63d6f5..de330d2 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/sendshelf.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/sendshelf.tt @@ -132,7 +132,7 @@ Your list: [% shelfname %] [% END %] [% IF ( BIBLIO_RESULT.url ) %] - URL: [% BIBLIO_RESULT.url |url %] + URL: [% BIBLIO_RESULT.url %] [% END %]

-- 2.1.4