From 7f631c926eaa8069d1c48df8e5c6d375f83e1188 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sat, 27 Sep 2014 08:54:34 +0000 Subject: First steps in HTML5: use UTF8 meta-charset and HTML5 doctype identifier. --- html.h | 1 + 1 file changed, 1 insertion(+) (limited to 'html.h') diff --git a/html.h b/html.h index 417dd167..9800be76 100644 --- a/html.h +++ b/html.h @@ -68,6 +68,7 @@ enum htmlattr { ATTR_SUMMARY, ATTR_ALIGN, ATTR_COLSPAN, + ATTR_CHARSET, ATTR_MAX }; -- cgit