Fixed PLAIN bbcode breaks the QUOTE

Floren

Well-known member
Example:
[quote="Floren, post: 342784, member: 18"]switch() is faster, by very little but it is. :)[/quote]
[/plain][/quote][/plain][/quote][/plain][/quote][/plain][/quote]

Original post content:
Code:
[quote][plain][quote="Floren, post: 342784, member: 18"]switch() is faster, by very little but it is. :)[/quote][/plain][/quote]
[/plain][/quote]
 
I just tried to insert the CODE bbcode with the original post content into first post. It breaks it also by including it into QUOTE, even if I posted the CODE separatelly. Original post content:
Code:
[quote][plain][quote="Floren, post: 342784, member: 18"]switch() is faster, by very little but it is. :)[/quote][/plain][/quote]
 
Not sure if this the intended behavior on closing a tag:
PHP:
$var='foo';[php]
Some text after the missed PHP BBCode tag.
 
I know, that's done in purpose. Did you read my previous posts? :)
The normal behavior is to display the actual BBCode text (see post #4), instead of automatically adding a closed tag at the end.
 
I know, that's done in purpose. Did you read my previous posts? :)
The normal behavior is to display the actual BBCode text (see post #4), instead of automatically adding a closed tag at the end.

Oh, that's indeed not smart of me.
My apologies!
 
Top Bottom