mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
Merge remote-tracking branch 'phpbb-security/prep-release-3.1.12' into prep-release-3.2.2
This commit is contained in:
@@ -273,8 +273,8 @@ class phpbb_profilefield_type_string_test extends phpbb_test_case
|
||||
array(
|
||||
'http://foobar.com',
|
||||
array('field_show_novalue' => false),
|
||||
'http://foobar.com',
|
||||
'Field should output the given value but not make it clickable',
|
||||
'<!-- l --><a class="postlink-local" href="http://foobar.com">foobar.com</a><!-- l -->',
|
||||
'Field should output the given value and make it clickable',
|
||||
),
|
||||
array(
|
||||
'javascript://foobar.com',
|
||||
|
Reference in New Issue
Block a user