aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/bbcode.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2003-09-07 18:11:37 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2003-09-07 18:11:37 +0000
commit9dc398f3020b099c8aa32ff11c1e7e72e33f39d4 (patch)
tree8cfd1ffc73e7b5ddb30db6e72c16e855ed8cdc3c /phpBB/includes/bbcode.php
parentdd86187535c6c035ec40db65accc3ce8fb961ed2 (diff)
downloadforums-9dc398f3020b099c8aa32ff11c1e7e72e33f39d4.tar
forums-9dc398f3020b099c8aa32ff11c1e7e72e33f39d4.tar.gz
forums-9dc398f3020b099c8aa32ff11c1e7e72e33f39d4.tar.bz2
forums-9dc398f3020b099c8aa32ff11c1e7e72e33f39d4.tar.xz
forums-9dc398f3020b099c8aa32ff11c1e7e72e33f39d4.zip
username quoting should be working again...
git-svn-id: file:///svn/phpbb/trunk@4485 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/bbcode.php')
-rw-r--r--phpBB/includes/bbcode.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/bbcode.php b/phpBB/includes/bbcode.php
index 7ce2f59ec5..3e4a294529 100644
--- a/phpBB/includes/bbcode.php
+++ b/phpBB/includes/bbcode.php
@@ -161,7 +161,7 @@ class bbcode
'[/quote:$uid]' => $this->bbcode_tpl('quote_close', $bbcode_id)
),
'preg' => array(
- '#\[quote="(.*?)":$uid\]#' => $this->bbcode_tpl('quote_username_open', $bbcode_id)
+ '#\[quote=&quot;(.*?)&quot;:$uid\]#' => $this->bbcode_tpl('quote_username_open', $bbcode_id)
)
);
break;