In response to blip #126607
@Daleport996: No wait, I think I figured out why.
This is how the quotes are structured in my original comment:
[quote] [quote][/quote] [/quote] [quote][/quote]
Then, I guess the script that handles replies removes all instances of [quote], but only removes the first [/quote] it runs into, leaving this.
[/quote] [/quote]
And when the entire comment is quoted, it gets closed when it got to the first [/quote].
[quote][/quote] [/quote][/quote]
I guess the script doesn't actually write in DText to format stuff in the background, so that's why only one [/quote] shows up at the end.