* & is invalid when it's unespecad inside attributes, please make sure your
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Sun, 15 May 2005 17:03:55 +0000 (17:03 +0000)
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Sun, 15 May 2005 17:03:55 +0000 (17:03 +0000)
commit8ef2eb8092b1435a81153a14ddfb16151d092ae2
treee9a33687ee7cb5d99e42e6134e748a4ccf846961
parent8393802b77bf83edd4245d356a757914f444ab24
* & is invalid when it's unespecad inside attributes, please make sure your
  output matches the XML specification.
* Don't use $x = wfMsg( 'foo' ); $x = str_replace( '$1', 'bar', $x ) when you
  can use $x = wfMsg( 'foo', 'bar' );
includes/SpecialValidate.php