mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Fixed: [list] tags now function properly
git-svn-id: file:///svn/phpbb/trunk@4669 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
306d36f03d
commit
f2650d1e63
1 changed files with 3 additions and 2 deletions
|
@ -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 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 olist_close --></ol><!-- END olist_close -->
|
||||||
|
|
||||||
<!-- BEGIN listitem --><li><!-- END listitem -->
|
<!-- BEGIN listitem --><li><!-- END listitem -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue