View Single Post
Old 12-12-2012, 01:54 AM   PM User | #10
Custard7A
Regular Coder

 
Custard7A's Avatar
 
Join Date: Jul 2010
Location: Australia
Posts: 269
Thanks: 32
Thanked 32 Times in 32 Posts
Custard7A is an unknown quantity at this point
Well, there you go shadowsai. You see these code blocks:

Code:

This     had 5 spaces
They aren't replacing any conjoining spaces with nbsp, just outputting the text into a pre element.

All you need is:

PHP Code:


$original 
'This     had 5 spaces'
echo 
'<pre>' $original '</pre>'
Custard7A is offline   Reply With Quote