Quote:
Originally Posted by MoMan
I can't reproduce it, but I do have an idea of what might be causing it. Can I get a link to the site you're experiencing the issue on? It's likely because there's an extra line break in one of your postbit templates.
A potential fix would be to either edit the template, or to call a trim function on the username variable inside the JS.
HTML Code:
<a class="bigusername">
Username
</a>
Change to:
HTML Code:
<a class="bigusername">Username</a>
|
That's very possible... will check it out...
The site is my forum.
www.juot.net/forums/ but you'd have to register to try it. I'll check out the postbit now and report back. I did a lot of editing in it.