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 <gmc@esilibrary.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
This commit is contained in:
Galen Charlton 2014-05-07 17:43:25 +00:00
parent e7bf50600d
commit 8f22386527

View file

@ -615,7 +615,7 @@ var holdForPatron = function () {
[% FOREACH ALTERNATEHOLDING IN SEARCH_RESULT.ALTERNATEHOLDINGS %] [% FOREACH ALTERNATEHOLDING IN SEARCH_RESULT.ALTERNATEHOLDINGS %]
<li id="alternateholdings">[% ALTERNATEHOLDING.holding %]</li> <li id="alternateholdings">[% ALTERNATEHOLDING.holding %]</li>
[% END %] [% END %]
</li> </ul>
[% ELSE %] [% ELSE %]
<span class="unavailable">No items</span> <span class="unavailable">No items</span>
[% END %] [% END %]