diff --git a/core/modules/file/file.field.inc b/core/modules/file/file.field.inc index d026b5b..da50866 100644 --- a/core/modules/file/file.field.inc +++ b/core/modules/file/file.field.inc @@ -118,7 +118,7 @@ function template_preprocess_file_widget_multiple(&$variables) { } $row[] = $weight; $row[] = array( - 'data' => $operations_elements, + 'data' => render($operations_elements), ); $rows[] = array( 'data' => $row,