diff --git a/htdocs/admin/fckeditor.php b/htdocs/admin/fckeditor.php index 650def1f1af9032e76042c4f958f45ca7e0a3a27..2541a6265e7b282b06f860a12ba5e0e6c8ea865b 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 <http://www.gnu.org/licenses/>. - * */ /** @@ -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 {