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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt (-2 / +1 lines)
Lines 714-720 Link Here
714
                                    [% IF MARCNOTE.marcnote.match('^https?://\S+$') %]
714
                                    [% IF MARCNOTE.marcnote.match('^https?://\S+$') %]
715
                                        <a href="[% MARCNOTE.marcnote | url %]">[% MARCNOTE.marcnote | html %]</a>
715
                                        <a href="[% MARCNOTE.marcnote | url %]">[% MARCNOTE.marcnote | html %]</a>
716
                                    [% ELSE %]
716
                                    [% ELSE %]
717
                                        [% MARCNOTE.marcnote FILTER html_line_break | html %]
717
                                        [% MARCNOTE.marcnote | html | html_line_break %]
718
                                    [% END %]
718
                                    [% END %]
719
                                    </p>
719
                                    </p>
720
                                [% END %]
720
                                [% END %]
721
- 

Return to bug 21947