http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13904
--- Comment #12 from Jonathan Druart <[email protected]> --- commit c4095f55ad98cad41a546654fdc8829110599575 Bug 13129 - HTML and JS escapes missing in unimarc_field_4XX.tt - <a_class="transparent resultlist" href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% resul.biblionumber |url %]">[% resul.title |html %]< - <p>[% resul.author %] - [% IF ( resul.publishercode ) %]- [% resul.publishercode %][% END %] - [% IF ( resul.place ) %] ; [% resul.place %][% END %] - [% IF ( resul.pages ) %] - [% resul.pages %][% END %] - [% IF ( resul.notes ) %] : [% resul.notes %][% END %] - [% IF ( resul.size ) %] ; [% resul.size %][% END %] + <a_class="transparent resultlist" href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% resul.biblionumber |uri %]">[% resul.title |html %]< + <p>[% resul.author |html %] + [% IF ( resul.publishercode ) %]- [% resul.publishercode |html %][% END %] + [% IF ( resul.place ) %] ; [% resul.place |html %][% END %] + [% IF ( resul.pages ) %] - [% resul.pages |html %][% END %] + [% IF ( resul.notes ) %] : [% resul.notes |html %][% END %] + [% IF ( resul.item('size') ) %] ; [% resul.item('size') |html %][% END %] -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
