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

[ticket/security/243] Use bbcode.html like formatting

SECURITY-243
This commit is contained in:
Marc Alexander
2019-07-18 22:32:19 +02:00
parent c934d3fcfd
commit f75577e5f8
3 changed files with 3 additions and 3 deletions

View File

@@ -70,7 +70,7 @@ class phpbb_textformatter_s9e_default_formatting_test extends phpbb_test_case
),
array(
'[size=75]smaller[/size]',
'<span style="font-size:75%;line-height:normal">smaller</span>'
'<span style="font-size: 75%; line-height: normal">smaller</span>'
),
array(
'[quote]quoted[/quote]',