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 d39dd32da..0f8a87a8a 100644
--- a/render/html.c
+++ b/render/html.c
@@ -420,7 +420,7 @@ void html_find_stylesheets(struct content *c, xmlNode *head)
c->data.html.stylesheet_content[1] =
content_create(c->data.html.base_url);
if (!c->data.html.stylesheet_content[1])
- return false;
+ return;
content_set_type(c->data.html.stylesheet_content[1],
CONTENT_CSS, "text/css", params);
}