Bug #83186
closedFilelist Module in Backend: too many quotation marks in two occasions in typo3_src-8.7.8/typo3/sysext/filelist/Classes/FileList.php
100%
Description
One too many quote quotation marks in typo3_src-8.7.8/typo3/sysext/filelist/Classes/FileList.php
appears twice:
lines 871 and 1002
$cells['copy'] = '<a class="btn btn-default"" href="' . htmlspecialchars($this->clipObj->selUrlFile($fullIdentifier, 1, ($isSel === 'copy'))) . '" title="' . $copyTitle . '">' . $copyIcon . '</a>';
No big damage, simply creates "="" in the anchor tag
<a class="btn btn-default" "="" href="/typo3/index.php?M=file_FilelistList&moduleToken=f7efec99804a353f583ab2f2c4cf50e04366fcff&id=&SET[clipBoard]=1&CB[el][_FILE%7C0d96a6c333]=1%3A%2Fuser_upload%2F&CB[setCopyMode]=1" title="Copy"><span class="t3js-icon icon icon-size-small icon-state-default icon-actions-edit-copy" data-identifier="actions-edit-copy">
<span class="icon-markup">
<img src="/typo3/sysext/core/Resources/Public/Icons/T3Icons/actions/actions-edit-copy.svg" width="16" height="16">
</span>
</span></a>
Files