Commit 576912fa04e3cab5876d94a99a9a2bb60b5fd0d1

Nick Wellnhofer 2017-06-17T15:59:13

Make HTML parser functions take const pointers The 'cur' parameter of htmlParseDoc and htmlSAXParseDoc should be 'const xmlChar *'. Fixes bug 770650.