From d63c1ddf2b146f0e0f90a1b829a5318cb64f8481 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Thu, 22 Dec 2005 12:54:56 +0000 Subject: [PATCH] in pm's too of course. git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5371 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/privmsg.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/privmsg.php b/phpBB/privmsg.php index 3ce65dffe9..f310d8253a 100644 --- a/phpBB/privmsg.php +++ b/phpBB/privmsg.php @@ -35,8 +35,8 @@ if ( !empty($board_config['privmsg_disable']) ) message_die(GENERAL_MESSAGE, 'PM_disabled'); } -$html_entities_match = array('#&(?!(\#[0-9]+;))#', '#<#', '#>#'); -$html_entities_replace = array('&', '<', '>'); +$html_entities_match = array('#&(?!(\#[0-9]+;))#', '#<#', '#>#', '#"#'); +$html_entities_replace = array('&', '<', '>', '"'); // // Parameters