aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/ucp/ucp_pm_compose.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-11-17 20:04:49 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-11-17 20:04:49 +0000
commite2e56acca918ceb3cfd1a64a8ec91a788ae4a5f9 (patch)
treed95019f35104d9518d7159c2aae077ea8aa0bae0 /phpBB/includes/ucp/ucp_pm_compose.php
parent056d24a0bd8b3d4998fcbca51cffc525778b2d38 (diff)
downloadforums-e2e56acca918ceb3cfd1a64a8ec91a788ae4a5f9.tar
forums-e2e56acca918ceb3cfd1a64a8ec91a788ae4a5f9.tar.gz
forums-e2e56acca918ceb3cfd1a64a8ec91a788ae4a5f9.tar.bz2
forums-e2e56acca918ceb3cfd1a64a8ec91a788ae4a5f9.tar.xz
forums-e2e56acca918ceb3cfd1a64a8ec91a788ae4a5f9.zip
some further fixes
- re-introduce grabbing random number from /dev/urandom git-svn-id: file:///svn/phpbb/trunk@8241 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/ucp/ucp_pm_compose.php')
-rw-r--r--phpBB/includes/ucp/ucp_pm_compose.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/ucp/ucp_pm_compose.php b/phpBB/includes/ucp/ucp_pm_compose.php
index ff5ab13716..6b56b52a5d 100644
--- a/phpBB/includes/ucp/ucp_pm_compose.php
+++ b/phpBB/includes/ucp/ucp_pm_compose.php
@@ -732,7 +732,7 @@ function compose_pm($id, $mode, $action)
{
$message_link = '';
}
- $message_parser->message = $message_link . '[quote="' . $quote_username . '"]' . censor_text(trim($message_parser->message)) . "[/quote]\n";
+ $message_parser->message = $message_link . '[quote=&quot;' . $quote_username . '&quot;]' . censor_text(trim($message_parser->message)) . "[/quote]\n";
}
if (($action == 'reply' || $action == 'quote' || $action == 'quotepost') && !$preview && !$refresh)