Wrong translation and indentation fix, fixes #1373

git-svn-id: http://svn.automattic.com/wordpress/trunk@2689 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
matt 2005-07-02 23:44:35 +00:00
parent f8a51d856b
commit d4cdb47503
1 changed files with 257 additions and 257 deletions

View File

@ -720,13 +720,13 @@ function ent2ncr($text) {
'⁄' => '/', '⁄' => '/',
'<' => '<', '<' => '<',
'>' => '>', '>' => '>',
'|' => '|',
' ' => ' ', ' ' => ' ',
'¡' => '¡', '¡' => '¡',
'¢' => '¢', '¢' => '¢',
'£' => '£', '£' => '£',
'¤' => '¤', '¤' => '¤',
'¥' => '¥', '¥' => '¥',
'|' => '¦',
'¦' => '¦', '¦' => '¦',
'&brkbar;' => '¦', '&brkbar;' => '¦',
'§' => '§', '§' => '§',