From b6fe8b2ec49433a4bea24b8c931b3128414e2ff0 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 16 Nov 2010 11:44:43 +0000 Subject: [PATCH] Fix: We don't need to have data encode with htmlentities are we are now full utf8. --- htdocs/admin/fckeditor.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/htdocs/admin/fckeditor.php b/htdocs/admin/fckeditor.php index d68d76f383b..95a8e8fed38 100644 --- a/htdocs/admin/fckeditor.php +++ b/htdocs/admin/fckeditor.php @@ -157,13 +157,20 @@ foreach($modules as $const => $desc) print ''; print '
'; -print_fiche_titre($langs->trans("Test"),'',''); +print_fiche_titre($langs->trans("TestSubmitForm"),'',''); print '
'."\n"; $editor=new DolEditor('formtestfield',isset($conf->global->FCKEDITOR_TEST)?$conf->global->FCKEDITOR_TEST:'Test',200,'dolibarr_notes','In', true); $editor->Create(); print '
'."\n"; print '
'."\n"; +/* +print ''; +print $_POST["formtestfield"]; +print ''; +print $conf->global->FCKEDITOR_TEST; +*/ + $db->close(); llxFooter('$Date$ - $Revision$');