Reply to thread

A list that contains indented data drops the space after a bold tag if you toggle BBCode on/off.


[plain][LIST]

[*]line 1 [B]with something bold[/B] and something plain

[LIST]

[*]sub-section

[/LIST]

[/LIST][/plain]


  • line 1 with something boldand something plain
    • sub-section



...becomes this (no space between the word "bold" and "and"):


[plain][LIST]

[*]line 1 [B]with something bold[/B]and something plain

[LIST]

[*]sub-section

[/LIST]

[/LIST][/plain]


  • line 1 with something boldand something plain
    • sub-section


Seems to only do it when there's an indented item under the first item.  As long as you don't toggle BBCode on/off in the editor, it's fine.


Back
Top Bottom