Table formating
-
Hello Allen, first of all, thank yhou for this wonderfull plugin!
I have a problem with the html formating of a table from an rss source. here is the source
https://api.zotero.org/users/1010169/items/top?start=0&limit=25&key=7QjAwABr9YIkH6HBz1u4K7Jxin order to fix it I removed in the file wp-rss-multi-importer/inc/excerpt_functions.php at line 627 the strip_tags() function
old: $content = limitwords($maxchars,strip_tags($content));
new: $content = limitwords($maxchars,$content);and now it works fine.
I think that there is a need for a ‘strip none’ option.
Best regards,
Giannis
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Table formating’ is closed to new replies.