Use html widget for read-only html-area

This commit is contained in:
Nathan Gray 2012-03-22 23:21:35 +00:00
parent 4551e495be
commit 442d5c4494

View File

@ -45,6 +45,6 @@ var et2_html = et2_baseWidget.extend({
}); });
et2_register_widget(et2_html, ["html"]); et2_register_widget(et2_html, ["html","htmlarea_ro"]);