1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/14527] Decode automatically generated postlink without prefix

The http prefix gets automatically added and should be removed prior
to outputting the post to the user.

PHPBB3-14527
This commit is contained in:
Marc Alexander
2016-03-13 14:48:21 +01:00
parent dad531e4b2
commit 17b8e93a53
3 changed files with 3 additions and 2 deletions

View File

@@ -49,7 +49,7 @@ class phpbb_text_processing_decode_message_test extends phpbb_test_case
),
array(
'<!-- w --><a class="postlink" href="http://www.phpbb.com">www.phpbb.com</a><!-- w -->',
'http://www.phpbb.com'
'www.phpbb.com'
),
array(
'<!-- m --><a class="postlink" href="http://www.phpbb.com">http://www.phpbb.com</a><!-- m -->',