Don't escape broken vertical bar.

git-svn-id: http://svn.automattic.com/wordpress/trunk@2520 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2005-04-08 14:16:29 +00:00
parent 14c439eaad
commit 13ae8dd0bc
1 changed files with 1 additions and 1 deletions

View File

@ -735,7 +735,7 @@ function ent2ncr($text) {
'£' => '£',
'¤' => '¤',
'¥' => '¥',
'\|' => '¦',
'|' => '¦',
'¦' => '¦',
'&brkbar;' => '¦',
'§' => '§',