diff --git a/sys/src/libhtml/lex.c b/sys/src/libhtml/lex.c index 70106b9b4..215e45784 100644 --- a/sys/src/libhtml/lex.c +++ b/sys/src/libhtml/lex.c @@ -320,6 +320,7 @@ StringInt chartab[]= { {L"amp", 38}, {L"and", 8743}, {L"ang", 8736}, + {L"apos", 39}, {L"aring", 229}, {L"asymp", 8776}, {L"atilde", 227},