From 0ce9cdc90ff8b73dc63c4078d1606ede73f5b4de Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Wed, 7 May 2014 17:43:25 +0000 Subject: [PATCH] Bug 12206: fix HTML in other holdings list in staff search results page To test: [1] View, in the staff interface, a record with alternate holdings (as controlled by the AlternateHoldingsField system preference). [2] Verify that the HTML list is closed correctly. Signed-off-by: Galen Charlton Signed-off-by: Chris Cormack http://bugs.koha-community.org/show_bug.cgi?id=11206 --- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt index ca911ef..21c2866 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt @@ -615,7 +615,7 @@ var holdForPatron = function () { [% FOREACH ALTERNATEHOLDING IN SEARCH_RESULT.ALTERNATEHOLDINGS %]
  • [% ALTERNATEHOLDING.holding %]
  • [% END %] - + [% ELSE %] No items [% END %] -- 1.9.1