summaryrefslogtreecommitdiff
path: root/render/html.c
diff options
context:
space:
mode:
Diffstat (limited to 'render/html.c')
-rw-r--r--render/html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/html.c b/render/html.c
index 04b2fda18..25147a0a0 100644
--- a/render/html.c
+++ b/render/html.c
@@ -1732,7 +1732,7 @@ static void html__dom_user_data_handler(dom_node_operation operation,
char *oldfile;
char *data = (char *)_data;
- if (!dom_string_isequal(corestring_dom___ns_key_libcss_node_data,
+ if (!dom_string_isequal(corestring_dom___ns_key_file_name_node_data,
key) || data == NULL) {
return;
}