diff options
-rw-r--r-- | phpBB/styles/subSilver/template/bbcode.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/phpBB/styles/subSilver/template/bbcode.html b/phpBB/styles/subSilver/template/bbcode.html index 8c62f189dc..70fe44ba96 100644 --- a/phpBB/styles/subSilver/template/bbcode.html +++ b/phpBB/styles/subSilver/template/bbcode.html @@ -1,7 +1,8 @@ -<!-- BEGIN ulist_open --><ul><!-- END ulist_open --> +<!-- BEGIN ulist_open --><ul style="list-style-type: {LIST_TYPE}"><!-- END ulist_open --> +<!-- BEGIN ulist_open_default --><ul><!-- END ulist_open_default --> <!-- BEGIN ulist_close --></ul><!-- END ulist_close --> -<!-- BEGIN olist_open --><ol style="list-style-type:{LIST_TYPE}"><!-- END olist_open --> +<!-- BEGIN olist_open --><ol style="list-style-type: {LIST_TYPE}"><!-- END olist_open --> <!-- BEGIN olist_close --></ol><!-- END olist_close --> <!-- BEGIN listitem --><li><!-- END listitem --> |