View | Details | Raw Unified | Return to bug 14670
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/modals/catalog_cite.inc (-2 / +1 lines)
Lines 10-16 Link Here
10
            </div>
10
            </div>
11
            <div class="modal-body">
11
            <div class="modal-body">
12
                [% FOREACH system IN cites.keys.sort %]
12
                [% FOREACH system IN cites.keys.sort %]
13
                <h3>[% system %]</h3>
13
                <h3>[% system | html %]</h3>
14
                <p>[% cites.$system | html %]</p>
14
                <p>[% cites.$system | html %]</p>
15
                [% END %]
15
                [% END %]
16
            </div>
16
            </div>
17
- 

Return to bug 14670