summaryrefslogtreecommitdiffstatshomepage
path: root/html.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-10-27 04:50:14 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-10-27 04:50:14 +0000
commit9983872ebac8cb96fc8b75c6ba548d8417e5d5d3 (patch)
treef1296c133de4c655d9aafb8bf20a4f3b5718cb51 /html.c
parent4bc3e1e460ff4491fd78fa2f9fdbed1a8db3681a (diff)
downloadmandoc-9983872ebac8cb96fc8b75c6ba548d8417e5d5d3.tar.gz
mandoc-9983872ebac8cb96fc8b75c6ba548d8417e5d5d3.tar.zst
mandoc-9983872ebac8cb96fc8b75c6ba548d8417e5d5d3.zip
Added "summary" tag to tables in order to silence HTML-tidy's complaints.
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 502d2554..c643efc8 100644
--- a/html.c
+++ b/html.c
@@ -1,4 +1,4 @@
-/* $Id: html.c,v 1.66 2009/10/26 08:18:15 kristaps Exp $ */
+/* $Id: html.c,v 1.67 2009/10/27 04:50:14 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -80,6 +80,7 @@ static const char *const htmlattrs[ATTR_MAX] = {
"valign",
"target",
"id",
+ "summary",
};
#ifdef __linux__