MediaWiki文字化け

2019年1月1日 (火) 13:08時点におけるThe Pioneer (トーク | 投稿記録)による版 (大松「ブロックされないから荒らしやすいンゴねえ」)

<nowiki>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; の & は半角英数。


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

以上。