Hack a special case for regression in setting image height via box size (eg 200x200px).
authorBrion Vibber <brion@users.mediawiki.org>
Sat, 25 Aug 2007 15:49:36 +0000 (15:49 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sat, 25 Aug 2007 15:49:36 +0000 (15:49 +0000)
commit756b356e431ffdd0e243d662d884244b0dcb7bd5
tree060235f7226b9cf985ee5f03a8c843570012840d
parentca80c48416df0cfd2ef18ce52fd1e3c665ca03f0
Hack a special case for regression in setting image height via box size (eg 200x200px).
The height had been simply dropped off the face of the earth, with only the width taken into account anymore.
The infrastructure for parameters doesn't seem to gracefully handle multiple values coming from one magic word match, so this is an ugly hack.
includes/Parser.php