diff --git a/typo3/sysext/filelist/Classes/FileList.php b/typo3/sysext/filelist/Classes/FileList.php
index 5dbf5999ea182842e7eb00a3a5372ccd9b431ead..9fb5895efbd513dd8f6390cabd19334f8505f9e3 100644
--- a/typo3/sysext/filelist/Classes/FileList.php
+++ b/typo3/sysext/filelist/Classes/FileList.php
@@ -1198,7 +1198,7 @@ class FileList
         ];
 
         return '
-            <button ' . GeneralUtility::implodeAttributes($attributes, true) . '">
+            <button ' . GeneralUtility::implodeAttributes($attributes, true) . '>
                 ' . $referenceCount . '
             </button>';
     }