You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The rss xml output gets a ; in the xml header, thus making the xml invalid.
The problem is that the end question mark int the string is output with ; ?>
You can use this code in modules/Rss/views/rss.php to fix it
The rss xml output gets a ; in the xml header, thus making the xml invalid.
The problem is that the end question mark int the string is output with ; ?>
You can use this code in modules/Rss/views/rss.php to fix it
The text was updated successfully, but these errors were encountered: