https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16111

--- Comment #33 from Julian Maurice <[email protected]> ---
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.
_______________________________________________
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/

Reply via email to