Like the problem with it not properly formatting style information until the first non-space, if you close an unopened HTML tag, it will start doing the same thing.
Numbered Steps to Reproduce Problem:
Code Snippet (if applicable) to Reproduce Problem:
mob
verb
test()
src << {"Start:
cake
cake</font> cake</font>
cake"} // this would work if 442 didn't output a linebreak or whatever it does before the lines that begin with a space. it still works with the first one.
Expected Results:
It wouldn't break.
Actual Results:
It did.
[edit]
441:
![](http://img30.imageshack.us/img30/5696/whatisee.png)
Notice how the formatting in between the middle "cake"s is messed up, and at the beginning of the third line.
442:
![](http://img221.imageshack.us/img221/4236/whatisee442.png)
The same thing, except the third line doesn't mess up I'm assuming because of the weird linebreak thing.
[/edit]
Does the problem occur:
Every time? Or how often? Yes.
In other games? Yes.
In other user accounts? Maybe.
On other computers? Possibly.
When does the problem NOT occur?
When you don't close an unopened tag.
Workarounds:
Don't close unopened tags.
Naturally you wouldn't do this, but I noticed the bug in a function I had created that attempts to automatically close font tags during a mix-up.
Still, it's a bug either way.