summaryrefslogtreecommitdiff
path: root/render/html.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/html.h')
-rw-r--r--render/html.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/html.h b/render/html.h
index 79b2ca3ec..ab49b266b 100644
--- a/render/html.h
+++ b/render/html.h
@@ -38,7 +38,7 @@ struct box_position {
struct content_html_data {
htmlParserCtxt *parser; /**< HTML parser context. */
- xmlCharEncoding encoding; /**< Encoding of source. */
+ xmlChar *encoding; /**< Encoding of source. */
bool getenc; /**< Need to get the encoding from the document, as server is broken. */
char *base_url; /**< Base URL (may be a copy of content->url). */