is is possible to completely remove HTML tags from RSS feed title, eg. in the template atom.tpl, the title generating line is this:
- Code: Select all
<title>{$journal->getLocalizedTitle()|escape:"html"|strip} {$issue->getIssueIdentification()|escape:"html"|strip}</title>
However, the title that is generated contains HTML codes, and that is not nice to RSS feed readers.
Google Reader displays the following for our RSS feed title:
Description: <p><span><span><span lang="EN-GB"><img style="float: right; padding-left: 10px;" title="Image Analysis & Stereology cover" ...
The link to the RSS feed is http://www.ias-iss.org/ojs/IAS/gateway/ ... lugin/atom
So, I would like to know if the HTML purifier has any more rigorous switches to clean text?
With kind regards,
Ales
