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:
@@ -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 -->',
|
||||
|
Reference in New Issue
Block a user