14 Sep
2018
14 Sep
'18
7:37 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16111 --- Comment #36 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Marcel de Rooy from comment #35)
- <link href="[% OPACBaseURL | html %]/cgi-bin/koha/opac-search.pl?[% query_cgi |uri %][% limit_cgi |uri %]&format=rss2"/> - <updated>[% timestamp | html %]</updated> + <link href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi |uri %][% limit_cgi |uri %]&format=atom"/> + <updated>[% timestamp %]</updated>
rss2 => atom here Copy and paste ?
Nope, that's the point of these patches, "rss2" was wrong and should be "rss" or "atom". -- You are receiving this mail because: You are watching all bug changes.