From 9ef22b6663e1f856b8ec86a7f0906a43a8ec7a57 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Thu, 4 Feb 2016 17:06:24 +0000 Subject: Add CENTER to list of HTML elements. --- include/dom/html/html_elements.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/dom') diff --git a/include/dom/html/html_elements.h b/include/dom/html/html_elements.h index 2a55de9..5b54bbe 100644 --- a/include/dom/html/html_elements.h +++ b/include/dom/html/html_elements.h @@ -29,6 +29,7 @@ DOM_HTML_ELEMENT_STRINGS_ENTRY(BUTTON) \ DOM_HTML_ELEMENT_STRINGS_ENTRY(CANVAS) \ DOM_HTML_ELEMENT_STRINGS_ENTRY(CAPTION) \ + DOM_HTML_ELEMENT_STRINGS_ENTRY(CENTER) \ DOM_HTML_ELEMENT_STRINGS_ENTRY(CITE) \ DOM_HTML_ELEMENT_STRINGS_ENTRY(CODE) \ DOM_HTML_ELEMENT_STRINGS_ENTRY(COL) \ -- cgit v1.2.3