MediaWiki文字化け
提供: Wikiducca
左メニューにもある、「特別:カテゴリ」のページで、以下のような文字化け(というかHTMLコードがそのまま表示される)していたので対応。
対応
# diff ./languages/messages/MessagesEn.php ./languages/messages/MessagesEn.php.org 3627c3627 < 'pipe-separator' => ' | ', # only translate this message to other languages if you have to change it --- > 'pipe-separator' => '&#32;|&#32;', # only translate this message to other languages if you have to change it
※上記&#32; の & は半角英数。
ただし、これが正しい対応なのかは不明。
やっつけ感ありあり。
以上。