From d5c900b5f1e8bcaf308ab988aef15b087196226c Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 28 Jun 2012 14:38:28 +0000 Subject: fix mimetype handling of script elements svn path=/trunk/netsurf/; revision=13993 --- render/html.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'render/html.h') diff --git a/render/html.h b/render/html.h index f0ab47d51..5867bcff2 100644 --- a/render/html.h +++ b/render/html.h @@ -68,7 +68,7 @@ struct html_script { struct hlcache_handle *external; struct dom_string *internal; } data; /**< Script data */ - struct dom_string *script_type; + struct dom_string *mimetype; struct dom_string *encoding; bool already_started; bool parser_inserted; -- cgit v1.2.3