https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16111 --- Comment #33 from Julian Maurice <julian.maurice@biblibre.com> --- Comment on attachment 78579 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=78579 Bug 16111: Fix atom support Review of attachment 78579: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=16111&attachment=78579) ----------------------------------------------------------------- ::: koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-opensearch.tt @@ +93,5 @@
[% FOREACH SEARCH_RESULT IN SEARCH_RESULTS %] <entry> + <title>[% SEARCH_RESULT.title | html %] [% FOREACH subtitl IN SEARCH_RESULT.subtitle %], [% subtitl.subfield | html %][% END %]</title> + <link>[% IF ( SEARCH_RESULT.BiblioDefaultViewmarc ) %][% OPACBaseURL | html %]/cgi-bin/koha/opac-MARCdetail.pl?biblionumber=[% SEARCH_RESULT.biblionumber | html %][% ELSE %][% IF ( SEARCH_RESULT.BiblioDefaultViewisbd ) %][% OPACBaseURL | html %]/cgi-bin/koha/opac-ISBDdetail.pl?biblionumber=[% SEARCH_RESULT.biblionumber | html %][% ELSE %][% OPACBaseURL | html %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% SEARCH_RESULT.biblionumber | html %][% END %][% END %]</link>
Shouldn't the URL be in the link's href attribute ? -- You are receiving this mail because: You are watching all bug changes.