diff --git a/phpBB/posting.php b/phpBB/posting.php index 61dbc349c1..35a8fd0fc1 100644 --- a/phpBB/posting.php +++ b/phpBB/posting.php @@ -1064,7 +1064,7 @@ if( ( $mode == 'newtopic' || ( $mode == 'editpost' && $post_data['first_post'] ) while( list($option_id, $option_text) = each($poll_options) ) { $template->assign_block_vars('poll_option_rows', array( - 'POLL_OPTION' => $option_text, + 'POLL_OPTION' => str_replace("\"", """, $option_text), 'S_POLL_OPTION_NUM' => $option_id) );