Message Centre (sorry, I physically can't spell it the American way)
Just want it noted that I've been spelling it the UnAmerican way, but not necessarily calling attention to it...
why are there white-fonted asterisks instead of a collection of s?
Jon explained this to me but it made my head hurt. That bit is only there to guard about strange wrapping, in Netscape, for threads with no posts in them, or something.
And in response to Gar's
the "one" on the second line of the verse poofs, but he "on" third does not
did my fix not sort that out, ita, or didn't it get put in yet?
The code, Gar, is
HTML-opening-bracket, some stuff, a space, a word beginning with on, some more stuff until an HTML-closing-bracket
What happens is that this:
<pre>something one something</pre>
gets read as if the "one" is between the red brackets, which technically it is, but that wasn't the intention of the code. We need to make the "some more stuff until an HTML-closing-bracket" portion of the regex change to "ome more stuff until the next HTML-closing-bracket", which should fix it.
I think we can fix it up