From 937a6b2e1aa8db0008fce66bcff5f7eab8c29190 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html.h') diff --git a/html.h b/html.h index 10434e44..67377411 100644 --- a/html.h +++ b/html.h @@ -30,7 +30,7 @@ enum htmltag { TAG_BR, TAG_A, TAG_TABLE, - TAG_TBODY, + TAG_COLGROUP, TAG_COL, TAG_TR, TAG_TD, -- cgit