RSS feed and IE
We are looking for developers, forum moderators and translators for this project.
If you would like to help out then please add a message in this forum.
If you would like to help out then please add a message in this forum.
RSS feed and IE
by JasonBenedict » Thu May 17, 2012 9:08 pm
I was having troubles with getting the RSS feed working with IE. IE was giving me this error:
After a little research I found a suggestion of inserting a space between the ']]' and '>' and it worked.
Line 67 of /components/com_jevents/views/modlatest/tmpl/rss.php
I changed
to
Jason
.The literal string ']]>' is not allowed in element content.
After a little research I found a suggestion of inserting a space between the ']]' and '>' and it worked.
Line 67 of /components/com_jevents/views/modlatest/tmpl/rss.php
I changed
- Code: Select all
$item_description = "<![CDATA[$item_description]]>" ;
to
- Code: Select all
$item_description = "<![CDATA[$item_description]] >" ;
Jason
- JasonBenedict
- Posts: 1
- Joined: Thu May 17, 2012 9:01 pm
1 post
• Page 1 of 1
Return to Contribute to JEvents
Who is online
Users browsing this forum: No registered users

