Hello everyone,
I encountered a strange behavior when I do something like this (which I actually do all the time):
<p><? print $page->something; ?></p>
What happens is that there is a whitespace at the end which is selectable at least in FF and visible in most other browsers when selected.
You can find it on the PW website as well, e.g. headline on this page ("About ProcessWire "): https://processwire.com/about/It must have something to do with PW because I cannot find that bug anywhere else. I thought it might have something to do with how the code is formatted but it proved wrong. The whitespace is of course not in the variables itself since it even happens with print "hello";
It's not a big thing but it annoys me anyway...
Bike