aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_posting.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2005-01-15 18:49:54 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2005-01-15 18:49:54 +0000
commitf68771d64ce689fe4e9300c88d5d53b0c685c6ef (patch)
tree6e4c441547692d13c8da09ee1ac0dc8ef2770b3d /phpBB/includes/functions_posting.php
parent2e4ae506a60fb062a5f93e71aa5bf3e0e8b6635e (diff)
downloadforums-f68771d64ce689fe4e9300c88d5d53b0c685c6ef.tar
forums-f68771d64ce689fe4e9300c88d5d53b0c685c6ef.tar.gz
forums-f68771d64ce689fe4e9300c88d5d53b0c685c6ef.tar.bz2
forums-f68771d64ce689fe4e9300c88d5d53b0c685c6ef.tar.xz
forums-f68771d64ce689fe4e9300c88d5d53b0c685c6ef.zip
- bugfixes
- do not hardcode url bbcode tag (please change the bitfield accordingly - see schema file!) git-svn-id: file:///svn/phpbb/trunk@5063 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions_posting.php')
-rw-r--r--phpBB/includes/functions_posting.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_posting.php b/phpBB/includes/functions_posting.php
index 06734c65d7..7aba451285 100644
--- a/phpBB/includes/functions_posting.php
+++ b/phpBB/includes/functions_posting.php
@@ -542,7 +542,7 @@ function decode_message(&$message, $bbcode_uid = '')
'#<!\-\- e \-\-><a href="mailto:(.*?)">.*?</a><!\-\- e \-\->#',
'#<!\-\- m \-\-><a href="(.*?)" target="_blank">.*?</a><!\-\- m \-\->#',
'#<!\-\- w \-\-><a href="http:\/\/(.*?)" target="_blank">.*?</a><!\-\- w \-\->#',
- '#<!\-\- l \-\-><a href="(.*?)" target="_blank">.*?</a><!\-\- l \-\->#',
+ '#<!\-\- l \-\-><a href="(.*?)">.*?</a><!\-\- l \-\->#',
'#<!\-\- s(.*?) \-\-><img src="\{SMILE_PATH\}\/.*? \/><!\-\- s\1 \-\->#',
'#<!\-\- h \-\-><(.*?)><!\-\- h \-\->#',
'#<.*?>#s'