summaryrefslogtreecommitdiffstats
path: root/html.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-10-04 09:02:40 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-10-04 09:02:40 +0000
commit5cc3bfd93cd82efe6f2117712d452fb2d203e3ad (patch)
tree5ae88aebfb2485aa6a01f6284b42ec21b4bbe529 /html.c
parentc7ff857af0582f9bc40a4b2dcd5b98f2039f30df (diff)
downloadmandoc-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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/html.c b/html.c
index 4eb9d746..da8397d8 100644
--- a/html.c
+++ b/html.c
@@ -75,6 +75,7 @@ static const char *const htmlattrs[ATTR_MAX] = {
"width",
"valign",
"target",
+ "id",
};
#ifdef __linux__