summaryrefslogtreecommitdiff
path: root/render
diff options
context:
space:
mode:
Diffstat (limited to 'render')
-rw-r--r--render/html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/html.c b/render/html.c
index 80e467c58..946555f6e 100644
--- a/render/html.c
+++ b/render/html.c
@@ -1690,7 +1690,7 @@ html_process_stylesheet(dom_node *node, dom_string *name, void *vctx)
}
/* if it is not a link node skip it */
- if (strcmp(dom_string_data(name), "link") != 0) {
+ if (strcmp(dom_string_data(name), "LINK") != 0) {
return true;
}