summaryrefslogtreecommitdiff
path: root/render/html.c
diff options
context:
space:
mode:
Diffstat (limited to 'render/html.c')
-rw-r--r--render/html.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/render/html.c b/render/html.c
index 616ae7b2a..92f1ad6a1 100644
--- a/render/html.c
+++ b/render/html.c
@@ -53,7 +53,6 @@
#include "utils/url.h"
#include "utils/utf8.h"
#include "utils/utils.h"
-#include "utils/domutils.h"
#define CHUNK 4096
@@ -2032,7 +2031,7 @@ html_begin_conversion(html_content *htmlc)
}
dom_string_unref(node_name);
- head = find_first_named_dom_element(html, corestring_lwc_head);
+ head = libdom_find_first_element(html, corestring_lwc_head);
if (head != NULL) {
if (html_head(htmlc, head) == false) {
msg_data.error = messages_get("NoMemory");