Author: dbw
Description:
Due to current rendering issues with tables / if statements etc, needed to
enable $UseTidy.
When this is done, the image table generated by the <gallery></gallery> tag gets
messed up. It is also a problem with the RandomImages extension (suspect they
use the same code somewhere).
What appears to be happening is that some of the opening and closing tags of the
code is generated as & gt; or & lt;. Which then means that things fail, get
funny bits of code appearing on the page etc. The gallery generating code was
working fine before enabling $wgUseTidy.
Because of the tags being messed up, the following is visible under the
thumbnails generated by the gallery tag (as well as with RandomImage):
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
More details of it are documented here -
http://www.mediawiki.org/wiki/Manual_talk:%24wgUseTidy
Problem since noticed it with 1.8.2.
What it looks like when viewed using Firefox: http://ozreef.org/stuff/Screenshot.png
What it looks like when viewed using IE:
http://www.project-a.com.au/images/Nathan/Feb07/screengrab1.jpg
Version: 1.9.x
Severity: normal