digitalpoint
Well-known member
- Affected version
- 2.2.9
A list that contains indented data drops the space after a bold tag if you toggle BBCode on/off.
[LIST]
[*]line 1 [B]with something bold[/B] and something plain
[LIST]
[*]sub-section
[/LIST]
[/LIST]
...becomes this (no space between the word "bold" and "and"):
[LIST]
[*]line 1 [B]with something bold[/B]and something plain
[LIST]
[*]sub-section
[/LIST]
[/LIST]
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.
[LIST]
[*]line 1 [B]with something bold[/B] and something plain
[LIST]
[*]sub-section
[/LIST]
[/LIST]
- line 1 with something bold and something plain
- sub-section
...becomes this (no space between the word "bold" and "and"):
[LIST]
[*]line 1 [B]with something bold[/B]and something plain
[LIST]
[*]sub-section
[/LIST]
[/LIST]
- 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.