Fix bug handling ampersands.

git-svn-id: http://svn.automattic.com/wordpress/trunk@740 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
emc3 2004-01-08 22:59:25 +00:00
parent 3910cf728b
commit 96b3058e9f
1 changed files with 1 additions and 0 deletions

View File

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