diff options
author | Marc Alexander <admin@m-a-styles.de> | 2016-07-14 20:18:24 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2016-07-14 20:18:24 +0200 |
commit | ebdef04f5d751227c7e6ec4bae26bdf694409551 (patch) | |
tree | 71c7e67c618f6f68b93ff53cb020daff557041e9 /phpBB/phpbb/textformatter | |
parent | d47a22dda0c94c34bd3673c838ec7606fb6dbeee (diff) | |
parent | 24da2db987c895c474b1d0a59344a7094133f278 (diff) | |
download | forums-ebdef04f5d751227c7e6ec4bae26bdf694409551.tar forums-ebdef04f5d751227c7e6ec4bae26bdf694409551.tar.gz forums-ebdef04f5d751227c7e6ec4bae26bdf694409551.tar.bz2 forums-ebdef04f5d751227c7e6ec4bae26bdf694409551.tar.xz forums-ebdef04f5d751227c7e6ec4bae26bdf694409551.zip |
Merge pull request #4380 from JoshyPHP/ticket/14706
[ticket/14706] Updated [list] BBCode to automatically create a list item
Diffstat (limited to 'phpBB/phpbb/textformatter')
-rw-r--r-- | phpBB/phpbb/textformatter/s9e/factory.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/textformatter/s9e/factory.php b/phpBB/phpbb/textformatter/s9e/factory.php index 8c273c342e..8d1c0fabfe 100644 --- a/phpBB/phpbb/textformatter/s9e/factory.php +++ b/phpBB/phpbb/textformatter/s9e/factory.php @@ -82,7 +82,7 @@ class factory implements \phpbb\textformatter\cache_interface 'flash' => '[FLASH={NUMBER1},{NUMBER2} width={NUMBER1;postFilter=#flashwidth} height={NUMBER2;postFilter=#flashheight} url={URL;useContent} /]', 'i' => '[I]{TEXT}[/I]', 'img' => '[IMG src={IMAGEURL;useContent}]', - 'list' => '[LIST type={HASHMAP=1:decimal,a:lower-alpha,A:upper-alpha,i:lower-roman,I:upper-roman;optional;postFilter=#simpletext}]{TEXT}[/LIST]', + 'list' => '[LIST type={HASHMAP=1:decimal,a:lower-alpha,A:upper-alpha,i:lower-roman,I:upper-roman;optional;postFilter=#simpletext} #createChild=LI]{TEXT}[/LIST]', 'li' => '[* $tagName=LI]{TEXT}[/*]', 'quote' => "[QUOTE |