From 9983872ebac8cb96fc8b75c6ba548d8417e5d5d3 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Tue, 27 Oct 2009 04:50:14 +0000 Subject: Added "summary" tag to tables in order to silence HTML-tidy's complaints. --- html.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'html.c') 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 * @@ -80,6 +80,7 @@ static const char *const htmlattrs[ATTR_MAX] = { "valign", "target", "id", + "summary", }; #ifdef __linux__ -- cgit v1.2.3