summaryrefslogtreecommitdiffstats
path: root/html.c
diff options
context:
space:
mode:
Diffstat (limited to 'html.c')
-rw-r--r--html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/html.c b/html.c
index 1ad52873..463b9a4b 100644
--- a/html.c
+++ b/html.c
@@ -415,7 +415,7 @@ html_alloc(void)
}
/* h->base = xxx; */
- /* h->style = xxx; */
+ h->style = "style.css"; /* XXX */
return(h);
}