From ec0028bdb96a03f83055f2798c498a36142d6b03 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sun, 5 May 2019 15:37:26 +0100 Subject: Add SCRIPT to core domstrings Signed-off-by: Daniel Silverstone --- utils/corestringlist.h | 1 + 1 file changed, 1 insertion(+) (limited to 'utils') diff --git a/utils/corestringlist.h b/utils/corestringlist.h index b2cbe875f..ea8d7defc 100644 --- a/utils/corestringlist.h +++ b/utils/corestringlist.h @@ -316,6 +316,7 @@ CORESTRING_DOM_STRING(SELECT); CORESTRING_DOM_STRING(TEXTAREA); CORESTRING_DOM_STRING(BODY); CORESTRING_DOM_STRING(HEAD); +CORESTRING_DOM_STRING(SCRIPT); /* DOM input types, not really CSS */ CORESTRING_DOM_STRING(button); CORESTRING_DOM_STRING(image); -- cgit v1.2.3