Index: phpbb2drupal.module =================================================================== RCS file: /cvs/drupal/contributions/modules/phpbb2drupal/phpbb2drupal.module,v retrieving revision 1.38 diff -u -p -r1.38 phpbb2drupal.module --- phpbb2drupal.module 19 Jan 2007 06:37:49 -0000 1.38 +++ phpbb2drupal.module 31 Jan 2007 04:05:46 -0000 @@ -1325,7 +1311,7 @@ function phpbb2drupal_import_topics() { //construct the node $node = array( 'type' => 'forum', - 'title' => $topic->topic_title, + 'title' => html_entity_decode($topic->topic_title, ENT_QUOTES), 'uid' => $uid, 'status' => 1, // published or not - always publish 'promote' => $promote,