Instead of calling htmlspecialchars() on image alt text,
authorWil Mahan <wmahan@users.mediawiki.org>
Tue, 5 Oct 2004 04:13:14 +0000 (04:13 +0000)
committerWil Mahan <wmahan@users.mediawiki.org>
Tue, 5 Oct 2004 04:13:14 +0000 (04:13 +0000)
commit8ccd7f0469c4c93f1d8fe4f3776e8b79389740ea
treeb44141eb43946955af0444df9bb933696cca2351
parentf9841742904f845b88f870a15659680239512522
Instead of calling htmlspecialchars() on image alt text,
escape special chars while being careful not to double-
escape '&' in character entities. Fixes bug 499.
includes/Skin.php