summaryrefslogtreecommitdiffstats
path: root/html.h
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.h
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.h')
-rw-r--r--html.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/html.h b/html.h
index 4ec8c3cf..f1493774 100644
--- a/html.h
+++ b/html.h
@@ -57,6 +57,7 @@ enum htmlattr {
ATTR_WIDTH,
ATTR_VALIGN,
ATTR_TARGET,
+ ATTR_ID,
ATTR_MAX
};