summaryrefslogtreecommitdiffstatshomepage
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
commit72d7121f0c1ef16558a100baca0e14260bdbbe9a (patch)
treed1b504aa64a9003e8b1948604acce18e375f4b56 /html.c
parentd0543a3660a1e6e3c8b059711e05eb883741da7c (diff)
downloadmandoc-72d7121f0c1ef16558a100baca0e14260bdbbe9a.tar.gz
mandoc-72d7121f0c1ef16558a100baca0e14260bdbbe9a.tar.zst
mandoc-72d7121f0c1ef16558a100baca0e14260bdbbe9a.zip
Added example stylesheet.
Diffstat (limited to 'html.c')
-rw-r--r--html.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/html.c b/html.c
index 2be740fd..38dc9aae 100644
--- a/html.c
+++ b/html.c
@@ -1,4 +1,4 @@
-/* $Id: html.c,v 1.41 2009/09/21 00:39:02 kristaps Exp $ */
+/* $Id: html.c,v 1.42 2009/09/21 09:32:30 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -415,7 +415,7 @@ html_alloc(void)
}
/* h->base = xxx; */
- /* h->style = xxx; */
+ h->style = "style.css"; /* XXX */
return(h);
}