By jasonbenedict on Thursday, 17 May 2012
Replies 1
Likes 0
Views 9.8K
Votes 0
I was having troubles with getting the RSS feed working with IE. IE was giving me this error:
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
$item_description = "<![CDATA[$item_description]]>"  ;

to
$item_description = "<![CDATA[$item_description]] >"  ;


Jason
Hello Jason,

What version of JEvents are you using? That doesn't exist anymore and has been commented out in our latest releases and replaced.

Thanks
Tony
·
9 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post