http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1917 --- Comment #16 from Kyle M Hall <kyle@bywatersolutions.com> --- (In reply to Katrin Fischer from comment #14)
Kyle, can you explain please?
<link>[% OPACBaseURL %]/cgi-bin/koha/opac-shelves.pl?rss=1&viewshelf=[% shelfnumber %]</link> But: <a href="[% OPACBaseURL %]/cgi-bin/koha/opac-shelves.pl?rss=1&viewshelf=[% shelfnumber | html %]" class="rss-list-link
<title>[% shelfname %]</title> But: <description>RSS feed for public list [% shelfname | html %]</description>
That was an accidental use of the html filter. It doesn't help or hurt anything, since the variable will always be an integer. However, I've added a followup to remove the use of the filter. I assume this takes care of the last issue and I've set the status to passed qa. If I'm wrong please reset the status. -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.