From 07f21d1291d22ebc47dfc0b1be477f43b5c0853b Mon Sep 17 00:00:00 2001 From: Klaus Leithoff Date: Tue, 2 Apr 2013 12:13:27 +0000 Subject: [PATCH] make sure CKEDITOR is loaded, using egw.LAB.wait --- phpgwapi/inc/class.html.inc.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/phpgwapi/inc/class.html.inc.php b/phpgwapi/inc/class.html.inc.php index e00d54dc6e..df67bf2656 100644 --- a/phpgwapi/inc/class.html.inc.php +++ b/phpgwapi/inc/class.html.inc.php @@ -556,7 +556,8 @@ class html return self::textarea($_name,$_content,'id="'.htmlspecialchars($_name).'"',true). // true = double encoding ' +'}); + '; }