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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt (-2 / +1 lines)
Lines 95-101 Link Here
95
                            [% IF ( news_item ) %]
95
                            [% IF ( news_item ) %]
96
                                [% koha_new.title | html %]
96
                                [% koha_new.title | html %]
97
                            [% ELSE %]
97
                            [% ELSE %]
98
                                <a id="newsitem[% koha_new.id | html %]" href="/cgi-bin/koha/opac-main.pl?news_id=[% koha_new.id | uri %]">[% koha_new.title | html %]</a>
98
                                <a id="newsitem[% koha_new.additional_content.id | html %]" href="/cgi-bin/koha/opac-main.pl?news_id=[% koha_new.additional_content.id | uri %]">[% koha_new.title | html %]</a>
99
                            [% END %]
99
                            [% END %]
100
                        </h4>
100
                        </h4>
101
                        <div class="newsbody">[% koha_new.content | $raw %]</div>
101
                        <div class="newsbody">[% koha_new.content | $raw %]</div>
102
- 

Return to bug 37629