ESS Feed incorrectly shows URL
-
Thank you for the plugin.
I have problem with the feed. It seems to double-run the htmlspecialchars() function. URL in the feed looks as follows:
https://volkhonkagrand.ru/?post_type=event&&p=201
(@@amp;amp; where @ substitutes &).
Changing FeedWriter.php line 742 from$nodeText .= htmlspecialchars( $tagContent, ENT_NOQUOTES )
to
$nodeText .= $tagContent
helps, yet “&” still shouldn’t show up in the URL, AFAIK.Please fix the problem since the plugin – as well as EM itself is awesome and I’d be glad to buy the full version.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘ESS Feed incorrectly shows URL’ is closed to new replies.