diff --git a/admin/adminAppQueue.php b/admin/adminAppQueue.php index f8d05d3..74b56ad 100644 --- a/admin/adminAppQueue.php +++ b/admin/adminAppQueue.php @@ -147,7 +147,7 @@ if ($_REQUEST['sub']) echo '',"\n"; echo 'Description',"\n"; - echo '

',"\n"; + echo '

',"\n"; echo 'email Text',"\n"; echo '',"\n"; @@ -252,7 +252,7 @@ if ($_REQUEST['sub']) // application desc echo 'Application Description',"\n"; - echo '

',"\n"; + echo '

',"\n"; // version name echo 'Version name',"\n"; @@ -260,7 +260,7 @@ if ($_REQUEST['sub']) // version description echo 'Version Description',"\n"; - echo '

',"\n"; + echo '

',"\n"; echo 'email Text',"\n"; diff --git a/htmlarea/htmlarea_loader.js b/htmlarea/htmlarea_loader.js index 31d2c1f..125df90 100644 --- a/htmlarea/htmlarea_loader.js +++ b/htmlarea/htmlarea_loader.js @@ -17,6 +17,8 @@ function initDocument() { editor.config.pageStyle = "@import url(../application.css);"; editor.registerPlugin(DynamicCSS); editor.generate(); + + HTMLArea.replace("editor2", config); } onload = function() {