Fix bug handling ampersands.

git-svn-id: https://develop.svn.wordpress.org/trunk@740 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dougal Campbell 2004-01-08 22:59:25 +00:00
parent dbf8f4e1a2
commit c4030f4b8f
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;', '<' => '<',
'=' => '=', '>' => '>', '?' => '?', '@' => '@', '[' => '[', '\' => '\', ']' => ']', 'ˆ' => '^', '_' => '_', '―' => '_',