Closed (duplicate)
Project:
WordPress Migrate
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Oct 2011 at 05:01 UTC
Updated:
2 Feb 2012 at 16:50 UTC
Thanks for a very useful module!
The author of the blog I'm importing was fond of using which was appearing in the node body as  
I preserved the author's original code by adding this to function wordpress_migrate_import_form_submit:
$wxr_string = str_replace(' ', ' ', $wxr_string);
Don't know that this is the best fix, but it was quick and it worked.
Patch file attached, includes comments delimiting my change.
| Comment | File | Size | Author |
|---|---|---|---|
| nbsp.patch | 640 bytes | bpirkle |
Comments
Comment #1
dalinDupe of #1195814: Do not escape ampersands referencing real HTML entities