Project

General

Profile

Actions

Bug #99402

closed

Unnecessary quote in the file list

Added by Dmitry Dulepov over 1 year ago. Updated over 1 year ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
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)"">

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Task #91016: Reduce inline JavaScript in ext:filelistClosedOliver Hader2020-04-13

Actions
Actions

Also available in: Atom PDF