summaryrefslogtreecommitdiff
path: root/src/html/html_document.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/html/html_document.c')
-rw-r--r--src/html/html_document.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/html/html_document.c b/src/html/html_document.c
index 10f1cc7..b93b253 100644
--- a/src/html/html_document.c
+++ b/src/html/html_document.c
@@ -159,7 +159,7 @@ _dom_html_document_create_element_internal(dom_html_document *html,
dom_string *prefix,
dom_html_element **result)
{
- if (dom_string_caseless_isequal(tag_name, html->memoised[hds_html])) {
+ if (dom_string_caseless_isequal(tag_name, html->memoised[hds_HTML])) {
return _dom_html_html_element_create(html, namespace, prefix,
(dom_html_html_element **) result);
}