From 4cfa280502df42eac647300c060bdd02fc5334fe Mon Sep 17 00:00:00 2001 From: Andy Armstrong Date: Wed, 23 Apr 2014 09:52:23 -0400 Subject: [PATCH] Remove verify_html as it isn't supported in TinyMCE 4 --- common/lib/xmodule/xmodule/js/src/html/edit.coffee | 1 - 1 file changed, 1 deletion(-) diff --git a/common/lib/xmodule/xmodule/js/src/html/edit.coffee b/common/lib/xmodule/xmodule/js/src/html/edit.coffee index 4af098cf89..af0b047999 100644 --- a/common/lib/xmodule/xmodule/js/src/html/edit.coffee +++ b/common/lib/xmodule/xmodule/js/src/html/edit.coffee @@ -53,7 +53,6 @@ class @HTMLEditingDescriptor valid_children : "+body[style]", # Allow any elements to be used, e.g. link, script, math - verify_html: false, valid_elements: "*[*]", extended_valid_elements: "*[*]", invalid_elements: "",