ref: 79b16616d7a4dd7038dc3b3a5a72beb51efa7b03
parent: 041eb4b30d035f3b1fd610dab5f291559355b2c8
author: cinap_lenrek <[email protected]>
date: Sat Aug 3 01:45:40 EDT 2013
libhtml: handle ' character reference the ' is not strickly html, but can appear in xhtml files.
--- a/sys/src/libhtml/lex.c
+++ b/sys/src/libhtml/lex.c
@@ -320,6 +320,7 @@
{L"amp", 38},
{L"and", 8743},
{L"ang", 8736},
+ {L"apos", 39},
{L"aring", 229},
{L"asymp", 8776},
{L"atilde", 227},