summaryrefslogtreecommitdiffstatshomepage
path: root/html.c
diff options
context:
space:
mode:
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__