We don't need to numeric amp.

git-svn-id: http://svn.automattic.com/wordpress/trunk@651 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt 2003-12-24 21:57:16 +00:00
parent 52e1d45f45
commit 223d1b272b
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ $wp_htmltransbis = array(
'€' => '€',
'<' => '<', # preserve fake HTML
'>' => '>', # preserve fake HTML
'&sp;' => ' ', '!' => '!', '"' => '"', '#' => '#', '$' => '$', '%' => '%', '&' => '&', ''' => ''', '(' => '(', ')' => ')',
'&sp;' => ' ', '!' => '!', '"' => '"', '#' => '#', '$' => '$', '%' => '%', ''' => ''', '(' => '(', ')' => ')',
'*' => '*', '+' => '+', ',' => ',', '‐' => '-', '−' => '-', '.' => '.', '/' => '/', ':' => ':', ';' => '&#59;', '<' => '<',
'=' => '=', '>' => '>', '?' => '?', '@' => '@', '[' => '[', '\' => '\', ']' => ']', 'ˆ' => '^', '_' => '_', '―' => '_',
'`' => '`', '{' => '{', '|' => '|', '}' => '}', '˜' => '~', '‚' => '‚', '„' => '„',