diff --git a/htdocs/admin/fckeditor.php b/htdocs/admin/fckeditor.php index 650def1f1af..2541a6265e7 100644 --- a/htdocs/admin/fckeditor.php +++ b/htdocs/admin/fckeditor.php @@ -15,7 +15,6 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - * */ /** @@ -120,10 +119,7 @@ $var=true; if (empty($conf->use_javascript_ajax)) { - setEventMessage(array( - $langs->trans("NotAvailable"), - $langs->trans("JavascriptDisabled") - ), 'errors'); + setEventMessage(array($langs->trans("NotAvailable"), $langs->trans("JavascriptDisabled")), 'errors'); } else {