Jul 02, 2019 5:48 pm
I don't know if you guys know this, but the RSS feed title has an extra line break at the begging and the end. It's breaking a page where I'm loading the feed since it adds those extra line breaks/spaces and ruining the layout.
2 Replies
Jul 02, 2019 5:49 pm
See the screenshot attached but you can see it for yourself on this forum's RSS feed.
Jul 03, 2019 4:12 pm
Hi jcardona,
Thank you for using wpForo and for contacting us.
Probably you're using the RSS feed in some PHP file, in this case, you should use the trim() function to remove whitespace and other predefined characters from both sides of a string.ย