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
Updated by Michael Stucki almost 7 years ago
- Project changed from 9 to TYPO3 Core
- TYPO3 Version set to 8
Updated by Gerrit Code Review almost 7 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54899
Updated by Wouter Wolters almost 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 77384643a7145931b97e53212eeb7bfe6b91b6bc.