MediaWiki文字化け

提供: Wikiducca
2012年4月10日 (火) 17:08時点におけるYosuke (ノート | 投稿記録)による版

移動: 案内検索

左メニューにもある、「特別:カテゴリ」のページで、以下のような文字化け(というか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; の & は半角英数。


ただし、これが正しい対応なのかは不明。
やっつけ感ありあり。

以上。