What do you mean by this ? Can you give me a small example ? I really would like to fix this problem for the new coming year :)
<programlisting> <?php $a = "foo"; if ($a < "bar") { } ?> </programlisting>
in contrast with:
<programlisting> <