「MediaWiki文字化け」の版間の差分
提供: Wikiducca
細 (1版) |
|
(相違点なし)
|
2011年10月14日 (金) 02:23時点における版
左メニューにもある、「特別:カテゴリ」のページで、以下のような文字化け(というかHTMLコードがそのまま表示される)していたので対応。
化け例
ファイル:Mw bake 10430.png
対応
# 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; の & は半角英数。
ただし、これが正しい対応なのかは不明。
やっつけ感ありあり。
以上。