Could the following change be made so that [ php ] tags are displayed properly to people who are using browsers such as Mozilla?
Open admin/functions.php:
Find:
return "</normalfont><blockquote><pre><smallfont>PHP:</smallfont><hr>$buffer<hr></pre></blockquote><normalfont>";
Replace it with:
return "</normalfont><blockquote><code style=\"white-space: nowrap\"><smallfont>PHP:</smallfont><hr size=\"1\">$buffer<hr size=\"1\"></code></blockquote><normalfont>";
Then it will look properly.
Hope someone will be able to do this, so that people like me, who do not use IE, can view the forums and code without having to remove the extra double-spaces.