Menu

#20 one or more space only shown as one space

open
nobody
None
5
2012-04-25
2012-04-25
pir
No

$test = "a z"; (2 spaces between a and z)
krumo($test) will say 4 characters (that's correct) : "a z" (but only one space)

How to fix:
In krumo CSS, add
.krumo-string {
white-space: pre;
}

Discussion


Log in to post a comment.

MongoDB Logo MongoDB