Bug 8236: (QA followup) Tweak language, fix whitespace error
[koha.git] / koha-tmpl / opac-tmpl / bootstrap / en / modules / opac-shelves-rss.tt
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <rss version="2.0">
4
5 <channel>
6  <title>[% shelfname %]</title>
7  <link>[% OPACBaseURL %]/cgi-bin/koha/opac-shelves.pl?rss=1&amp;viewshelf=[% shelfnumber %]</link>
8  <description>RSS feed for public list [% shelfname | html %]</description>
9
10 [% FOREACH i IN itemsloop %]
11  <item>
12   <title>
13     [% i.title | html %]
14     [% IF i.author %]
15         by [% i.author | html %]
16     [% END %]
17   </title>
18   <link>[% OPACBaseURL %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% i.biblionumber %]</link>
19  </item>
20 [% END %]
21
22 </channel>
23 </rss>