mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/11768] Allowed text in places where text is not valid HTML
PHPBB3-11768
This commit is contained in:
@@ -68,7 +68,7 @@ class phpbb_textformatter_s9e_default_formatting_test extends phpbb_test_case
|
||||
),
|
||||
array(
|
||||
'[list]no item[/list]',
|
||||
'<ul></ul>'
|
||||
'<ul>no item</ul>'
|
||||
),
|
||||
array(
|
||||
'[*]unparsed',
|
||||
|
Reference in New Issue
Block a user