summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--render/html.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/render/html.c b/render/html.c
index 83ed33a9c..0c350342f 100644
--- a/render/html.c
+++ b/render/html.c
@@ -74,6 +74,7 @@ bool html_create(struct content *c, const char *params[])
html->stylesheet_count = 0;
html->stylesheet_content = 0;
html->style = 0;
+ html->working_stylesheet = 0;
html->object_count = 0;
html->object = 0;
html->forms = 0;