summaryrefslogtreecommitdiffstatshomepage
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
commit871fec0dd909b226f7064f383b28887b87ec2323 (patch)
treefa4b9df16394e52d0e08179f47c5e82e4d6ef017 /html.c
parent3023019c0086e9607a03ec49a57e96521aa959df (diff)
downloadmandoc-871fec0dd909b226f7064f383b28887b87ec2323.tar.gz
mandoc-871fec0dd909b226f7064f383b28887b87ec2323.tar.zst
mandoc-871fec0dd909b226f7064f383b28887b87ec2323.zip
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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/html.c b/html.c
index 2c4195ed..d73c87b6 100644
--- a/html.c
+++ b/html.c
@@ -1,4 +1,4 @@
-/* $Id: html.c,v 1.56 2009/10/03 16:37:23 kristaps Exp $ */
+/* $Id: html.c,v 1.57 2009/10/04 09:02:40 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -75,6 +75,7 @@ static const char *const htmlattrs[ATTR_MAX] = {
"width",
"valign",
"target",
+ "id",
};
#ifdef __linux__