diff --git a/core/modules/file/src/Element/ManagedFile.php b/core/modules/file/src/Element/ManagedFile.php index 7a9e05f..fc94979 100644 --- a/core/modules/file/src/Element/ManagedFile.php +++ b/core/modules/file/src/Element/ManagedFile.php @@ -262,8 +262,8 @@ public static function processManagedFile(&$element, FormStateInterface $form_st } // Prefix and suffix used for Ajax replacement. - $element['#prefix'] = '
'; - $element['#suffix'] = '
'; + //$element['#prefix'] = '
'; + //$element['#suffix'] = '
'; return $element; }