Quote:
Originally Posted by Trigunflame
Change
PHP Code:
$search = array('/\s+/', '/\t+/');
To
PHP Code:
$search = array('/\s\s+/', '/\t+/');
Does it work now?
|
Even with the suggested fix, there does appear to be a slight issue with it taking away spaces that it shouldn't from a design point of view..
I noticed this one earlier this morning when I was fixing various bugs on my forum.