diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-09-21 09:32:30 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-09-21 09:32:30 +0000 |
commit | c8074c0e1bae22d23adc6d62177dc42534576980 (patch) | |
tree | 294a7429e8cff665f1ee5cf205c52c1c3858ecbc /html.c | |
parent | 84de4aaba316365a7bda50f7a3a0bf3b047c329e (diff) | |
download | mandoc-c8074c0e1bae22d23adc6d62177dc42534576980.tar.gz |
Added example stylesheet.
Diffstat (limited to 'html.c')
-rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -415,7 +415,7 @@ html_alloc(void) } /* h->base = xxx; */ - /* h->style = xxx; */ + h->style = "style.css"; /* XXX */ return(h); } |