MyBB Community Forums

Full Version: [F] & in code tags...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've spotted a bogus bug report about this )http://community.mybboard.net/showthread.php?tid=17238) but I don't think it should have been marked as bogus...

The code tags are used for displaying code that you don't want the browser to parse itself. So < and > become &lt; and &gt; respectively.

However when you put &amp; into code tags it come out as this:
&amp;
which is silly because if you want to use standard code it must be left in.

This doesn't happen in php code tags though...but I thought someone might like to have a look at it again?
This bug has been fixed in the latest code.

Please note the latest code is not live on the site or for download. An update will be released which contains this fix.