Don Daniello
Member
- Affected version
 - 2.1.0
 
BB Code editor insists on wrongly finishing SPOILER before LIST.
Here's an example BB Code after being processed by the "editor":
	
	
	
		
This renders an empty bullet point right after SPOILER ends. No matter how I manually correct the BB Code, the editor insists on changing it such that
				
			Here's an example BB Code after being processed by the "editor":
		Code:
	
	[LIST=1]
[*]First item
[SPOILER="Spoiler here"] Some text here
[LIST]
[*]Do work
[*]Go home
[*]Profit[/SPOILER]
[/LIST]
[*]More
[*]Stuff
[/LIST]
	This renders an empty bullet point right after SPOILER ends. No matter how I manually correct the BB Code, the editor insists on changing it such that
[/LIST] ends AFTER [/SPOILER] instead of before (like I manually wrote it).