Conversation
supportBUG-REPORT phpBB Version: 3.0.8 Plugin Version: 1.2 File: latest_posts.php Bug: If a username contains special characters such as ä , the XML-Output is corrupted. Fix in latest_posts.php replace '<author><![CDATA[',$row['username'],']]></author>',"\n", with '<author><![CDATA[',utf8_encode($row['username']),']]></author>',"\n", http://wordpress.org/extend/plugins/sk-latest-posts-widget/
No comments were stored for this source.