diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-10-04 09:02:40 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-10-04 09:02:40 +0000 |
commit | 5cc3bfd93cd82efe6f2117712d452fb2d203e3ad (patch) | |
tree | 5ae88aebfb2485aa6a01f6284b42ec21b4bbe529 /html.c | |
parent | c7ff857af0582f9bc40a4b2dcd5b98f2039f30df (diff) | |
download | mandoc-5cc3bfd93cd82efe6f2117712d452fb2d203e3ad.tar.gz |
Example style-sheet reflecting modified section/subsection style tags.
Added ATTR_ID and so forth to attrs.
Diffstat (limited to 'html.c')
-rw-r--r-- | html.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -75,6 +75,7 @@ static const char *const htmlattrs[ATTR_MAX] = { "width", "valign", "target", + "id", }; #ifdef __linux__ |