From c6e62f9888a3bce6f8b3f7a4ee028dbdfc01ab1f Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sun, 5 Feb 2017 18:15:39 +0000 Subject: Improve syntax: The element can only appear inside , so use . The element is optional and useless, so don't use it. Even if we would ever need or , would still be optional and useless; besides, we will likely never need or , simply because our languages don't support such functionality. --- html.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html.h') diff --git a/html.h b/html.h index 7b2de501..afceebad 100644 --- a/html.h +++ b/html.h @@ -1,4 +1,4 @@ -/* $Id: html.h,v 1.80 2017/01/29 14:02:42 schwarze Exp $ */ +/* $Id: html.h,v 1.81 2017/02/05 18:15:39 schwarze Exp $ */ /* * Copyright (c) 2008-2011, 2014 Kristaps Dzonsons * Copyright (c) 2017 Ingo Schwarze @@ -30,7 +30,7 @@ enum htmltag { TAG_BR, TAG_A, TAG_TABLE, - TAG_TBODY, + TAG_COLGROUP, TAG_COL, TAG_TR, TAG_TD, -- cgit v1.2.3-56-ge451