'."\n";
+ print '';
print ''."\n";
+ // Add env of ckeditor
+ // This is to show how CKEditor detect browser to understand why editor is disabled or not
+ if (1 == 2) // Change this to enable output
+ {
+ print ' ';
+ }
+
/*
print '';
print $_POST["formtestfield"];
diff --git a/htdocs/core/class/doleditor.class.php b/htdocs/core/class/doleditor.class.php
index 3bc599ed61f..04b4751bdb0 100644
--- a/htdocs/core/class/doleditor.class.php
+++ b/htdocs/core/class/doleditor.class.php
@@ -81,7 +81,7 @@ class DolEditor
// Check if extended editor is ok. If not we force textarea
if (empty($conf->fckeditor->enabled) || ! $okforextendededitor) $this->tool = 'textarea';
- if ($conf->browser->phone) $this->tool = 'textarea';
+ //if ($conf->browser->phone) $this->tool = 'textarea';
// Define content and some properties
if ($this->tool == 'ckeditor')
diff --git a/htdocs/core/menus/standard/eldy.lib.php b/htdocs/core/menus/standard/eldy.lib.php
index cc45281f1af..c564856854d 100644
--- a/htdocs/core/menus/standard/eldy.lib.php
+++ b/htdocs/core/menus/standard/eldy.lib.php
@@ -1283,7 +1283,7 @@ function print_left_eldy_menu($db,$menu_array_before,$menu_array_after,&$tabMenu
{
for ($j=0; $j < $tabul; $j++)
{
- $tabstring.=' ';
+ $tabstring.=' ';
}
}