There's an increasing number of patches waiting to be applied to livedocs -
is someone able to look after them? Pretty please!
Also, after trying to hack a couple of things in, I noticed include used
instead of require where it really should not. (Just noting this to whoever
happens to have commit access, perhaps you could fix it).
As an aside: I was trying to work out why examples were showing with 3
spaces instead of 4 (the first space seemed to be removed, which made
docblock comments look stupid) and I noticed the below CSS was commented
out:
div.phpcode code {
white-space: pre;
}
Uncommenting it fixes the problem. Is there any reason this was uncommented?
could it perhaps be added back in? Thanks.
Kind Regards,
Aidan