[Koha-bugs] [Bug 16111] RSS feed for OPAC search results has wrong content type

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Aug 19 23:40:36 CEST 2019


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

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA

--- Comment #51 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
I fixed one issue with the <link> to:

     <link>[% OPACBaseURL | url %]/cgi-bin/koha/opac-search.pl?[% query_cgi |
$raw %][% limit_cgi | $raw %]&format=rss</link>

But I still get an XML error in the browser:

XML Parsing Error: not well-formed
Location:
http://localhost:8080/cgi-bin/koha/opac-search.pl?idx=kw&q=perl&count=50&sort_by=acqdate_dsc&format=rss2
Line Number 17, Column 119:     <atom:link rel="self"
type="application/rss+xml"
href="http://localhost:8080/cgi-bin/koha/opac-search.pl?idx=kw&q=perl&sort_by=acqdate_dsc&format=atom"/>

The error points to the = before perl.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list