「MediaWiki文字化け」の版間の差分
提供: Wikiducca
(The Pioneer (ノート) による版 4358 を取り消し) |
|
(8人の利用者による、間の13版が非表示) | |
(相違点なし)
|
2019年1月9日 (水) 12:05時点における最新版
左メニューにもある、「特別:カテゴリ」のページで、以下のような文字化け(というか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; の & は半角英数。
ただし、これが正しい対応なのかは不明。
やっつけ感ありあり。
以上。