radgeek/feedwordpress

The letter "n" is inserted to the fetched posts

talgalili opened this issue · 4 comments

Here is how the post looks like:

image

Here is how the feed looks like:

image

Here is the link to the feed:
http://blog.r-enthusiasts.com/rss/

This happens for feedwordpress version 2014.0506
but NOT for version 2013.0504

Any idea what might be causing this?

I can confirm that this is also happening on one of my sites. The "n" does not appear in the Feed's RSS/XML. I'm assuming that a string replacement was added/modified between the versions and is missing a "" ("n" should be "\n").

Thanks for confirming. I wish this would be resolved...

I haven't put up an announcement yet on the project website, but this is a compatibility issue due to some changes in WordPress's expectations about when data being passed to the API should be slashed and when it doesn't neeed to be. the current version on Github should resolve this issue. The relevant fix is in commit b01c483 b01c483. Take a look and let me know whether it resolves the issue for you.

Hey y'all: So, as I mentioned, this issue was fixed a couple weeks ago in the development branch, and since I recently made a release including the fix (2014.0805), I'm going to mark this issue closed for the time being. If you're still encountering an issue like this, let me know and I'll be glad to re-open and take a look at it.