aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/message_parser.php
diff options
context:
space:
mode:
authorChris Smith <toonarmy@phpbb.com>2009-04-07 12:50:31 +0000
committerChris Smith <toonarmy@phpbb.com>2009-04-07 12:50:31 +0000
commit1e908f078e17c8ae7bf5358da6d76aae4f51712a (patch)
tree17a94b0d886909f1a5789cb07840f22026d18d46 /phpBB/includes/message_parser.php
parente2f445ae14471027ecd6045288b7ce81d571c16d (diff)
downloadforums-1e908f078e17c8ae7bf5358da6d76aae4f51712a.tar
forums-1e908f078e17c8ae7bf5358da6d76aae4f51712a.tar.gz
forums-1e908f078e17c8ae7bf5358da6d76aae4f51712a.tar.bz2
forums-1e908f078e17c8ae7bf5358da6d76aae4f51712a.tar.xz
forums-1e908f078e17c8ae7bf5358da6d76aae4f51712a.zip
Revert r9422 while we come up with a better fix
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9425 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/message_parser.php')
-rw-r--r--phpBB/includes/message_parser.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/message_parser.php b/phpBB/includes/message_parser.php
index 2f72ad8fdc..ed09cfa6bd 100644
--- a/phpBB/includes/message_parser.php
+++ b/phpBB/includes/message_parser.php
@@ -453,7 +453,7 @@ class bbcode_firstpass extends bbcode
break;
default:
- return '[code:' . $this->bbcode_uid . ']' . $this->bbcode_specialchars(trim($code)) . '[/code:' . $this->bbcode_uid . ']';
+ return '[code:' . $this->bbcode_uid . ']' . $this->bbcode_specialchars($code) . '[/code:' . $this->bbcode_uid . ']';
break;
}
}