Normalize escaping for some image page messages:
authorBrion Vibber <brion@users.mediawiki.org>
Mon, 30 Apr 2007 17:41:12 +0000 (17:41 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Mon, 30 Apr 2007 17:41:12 +0000 (17:41 +0000)
* HTML-escape the image filename when made into an original-size link for HTML purity
* Use inline wiki parsing instead of raw HTML for show-big-image-thumb and file-nohires messages. This is cleaner (less raw HTML yay) while avoiding breaking the "<small>" tags which are for some reason in the defaults and likely any customizations (sigh) and will allow the pixel values to have localized number formatting if appropriate parser function is used


No differences found