Actions
Bug #99402
closedUnnecessary quote in the file list
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
Start date:
2022-12-21
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:
Description
TYPO3\CMS\Filelist\FileList::makeRef()
contains the following code:
return ' <button ' . GeneralUtility::implodeAttributes($attributes, true) . '">
There is an unnecessary quote. It produces html as follows:
<button type="button" class="btn btn-link p-0" data-filelist-show-item-type="_FILE" data-filelist-show-item-identifier="1:/user_upload/easyweb/fotogalerie_hund3.jpg" title="Show references (31)"">
Actions