aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/posting.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/posting.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/posting.php')
-rw-r--r--phpBB/posting.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/posting.php b/phpBB/posting.php
index 926b542699..4bf60f03fe 100644
--- a/phpBB/posting.php
+++ b/phpBB/posting.php
@@ -1131,7 +1131,7 @@ $message_parser->decode_message($post_data['bbcode_uid']);
if ($mode == 'quote' && !$submit && !$preview && !$refresh)
{
- $message_parser->message = '[quote="' . $post_data['quote_username'] . '"]' . censor_text(trim($message_parser->message)) . "[/quote]\n";
+ $message_parser->message = '[quote=&quot;' . $post_data['quote_username'] . '&quot;]' . censor_text(trim($message_parser->message)) . "[/quote]\n";
}
if (($mode == 'reply' || $mode == 'quote') && !$submit && !$preview && !$refresh)