Wrong translation and indentation fix, fixes #1373

git-svn-id: https://develop.svn.wordpress.org/trunk@2689 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2005-07-02 23:44:35 +00:00
parent a990a51b42
commit a2bb87e071
1 changed files with 257 additions and 257 deletions

View File

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