Closed charafweb closed 12 years ago
I think that there is a missing closing tag in this code:
bullist : { title: CURLANG.bullist, buttonHTML: '', excmd: 'insertUnorderedList', transform : { '
I think that this code should be replaced with
This missing close tag made a strange bug when document direction is RTL .
Now some parsers can't correct process tag list
Ex: Source BBCode [list=1][]1[/][]2[/][]3[/][]4[/][]5[/][/list]
Parsed html
[/] 2 [/]
http://www.bbcode.org/examples/?id=13
I think that there is a missing closing tag in this code:
bullist : { title: CURLANG.bullist, buttonHTML: '', excmd: 'insertUnorderedList', transform : { '
{SELTEXT}
':"[list]{SELTEXT}[/list]", 'I think that this code should be replaced with
bullist : { title: CURLANG.bullist, buttonHTML: '', excmd: 'insertUnorderedList', transform : { '
{SELTEXT}
':"[list]{SELTEXT}[/list]", 'This missing close tag made a strange bug when document direction is RTL .