Details
-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
9.13.7
-
None
-
Unknown
-
Description
Unfortunately fix of BLOG-217 (commit a98bbd5) has an error in line 292 of file RssCode.xml.
The line reads: " <title>$escapetool.xml($entryDoc.getValue('title')</title>"
Correct would be: " <title>$escapetool.xml($entryDoc.getValue('title'))</title>"
So please fix by adding a closing bracket after 'title'!
Attachments
Issue Links
- duplicates
-
BLOG-219 RSS feed shows error
- Closed