diff options
Diffstat (limited to 'ext/standard/html_tables.h')
-rw-r--r-- | ext/standard/html_tables.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/html_tables.h b/ext/standard/html_tables.h index 05aea46df1..83c78b5d78 100644 --- a/ext/standard/html_tables.h +++ b/ext/standard/html_tables.h @@ -1395,8 +1395,8 @@ static const entity_multicodepoint_row multi_cp_html5_02ACC[] = { { {0x0FE00, "varsupsetneqq", 13} }, }; static const entity_multicodepoint_row multi_cp_html5_02AFD[] = { - { {01, NULL , 0} }, - { {0x0FE00, "varsupsetneqq", 13} }, + { {01, "parsl", 5} }, + { {0x020E5, "nparsl", 6} }, }; /* End of double code point tables }}} */ |