summaryrefslogtreecommitdiffstats
path: root/html.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-09-21 09:32:30 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-09-21 09:32:30 +0000
commitc8074c0e1bae22d23adc6d62177dc42534576980 (patch)
tree294a7429e8cff665f1ee5cf205c52c1c3858ecbc /html.c
parent84de4aaba316365a7bda50f7a3a0bf3b047c329e (diff)
downloadmandoc-c8074c0e1bae22d23adc6d62177dc42534576980.tar.gz
Added example stylesheet.
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);
}