I'm having quite some trouble with wraptext().
PHP Code:
wraptext(75, " ", "test1 @ test2")
Returns "test2".
PHP Code:
wraptext(75, " ", "test1 test2")
Returns "test1 test2".
So basically, whenever there is the @ operator in the string, it ****s up. I demand either help or a fix ;P