From: Moriyoshi Koizumi Date: Tue, 11 Jan 2005 20:59:27 +0000 (+0000) Subject: - MFH: Fix the fix X-Git-Tag: php-4.3.11RC1~170 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5b10ee806fe61f257ae6f2ef57b1a3703e6c7164;p=php - MFH: Fix the fix --- diff --git a/ext/standard/html.c b/ext/standard/html.c index a23fa2e2dc..3b958f1421 100644 --- a/ext/standard/html.c +++ b/ext/standard/html.c @@ -126,11 +126,11 @@ static entity_table_t ent_uni_338_402[] = { static entity_table_t ent_uni_spacing[] = { /* 710 */ "circ", - /* 711 - 731 */ + /* 711 - 730 */ NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, - /* 732 */ - "tilde", + /* 731 - 732 */ + NULL, "tilde" }; static entity_table_t ent_uni_greek[] = { @@ -352,7 +352,7 @@ static const struct html_entity_map entity_map[] = { { cs_8859_15, 0xa0, 0xff, ent_iso_8859_15 }, { cs_utf_8, 0xa0, 0xff, ent_iso_8859_1 }, { cs_utf_8, 338, 402, ent_uni_338_402 }, - { cs_utf_8, 710, 731, ent_uni_spacing }, + { cs_utf_8, 710, 732, ent_uni_spacing }, { cs_utf_8, 913, 982, ent_uni_greek }, { cs_utf_8, 8194, 8260, ent_uni_punct }, { cs_utf_8, 8364, 8364, ent_uni_euro },