1
0
mirror of https://github.com/EGroupware/egroupware.git synced 2025-01-12 08:58:30 +01:00

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"]);