diff --git a/inc/fields/textareafield.class.php b/inc/fields/textareafield.class.php index 881d0ddd4..6fcb9c84a 100644 --- a/inc/fields/textareafield.class.php +++ b/inc/fields/textareafield.class.php @@ -87,9 +87,6 @@ public function displayField($canEdit = true) { 'enable_richtext' => $useRichText, 'enable_fileupload' => false, ]); - if (version_compare(GLPI_VERSION, '9.4.6') < 0) { - echo ''; - } echo Html::scriptBlock("$(function() { pluginFormcreatorInitializeTextarea('$fieldName', '$rand'); });");