mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/14706] Updated [list] BBCode to automatically create a list item
Fixes issues with missing list items. Produces valid HTML. PHPBB3-14706
This commit is contained in:
1
tests/text_processing/tickets_data/PHPBB3-14706.html
Normal file
1
tests/text_processing/tickets_data/PHPBB3-14706.html
Normal file
@@ -0,0 +1 @@
|
||||
<ul><li><ol style="list-style-type: lower-alpha"><li>a</li><li>b</li><li>c</li><li>d</li><li>e</li></ol></li><li>outer</li></ul>
|
1
tests/text_processing/tickets_data/PHPBB3-14706.txt
Normal file
1
tests/text_processing/tickets_data/PHPBB3-14706.txt
Normal file
@@ -0,0 +1 @@
|
||||
[list][list=a][*]a[*]b[*]c[*]d[*]e[/list][*]outer[/list]
|
Reference in New Issue
Block a user