Project

General

Profile

Actions

Bug #83186

closed

Filelist Module in Backend: too many quotation marks in two occasions in typo3_src-8.7.8/typo3/sysext/filelist/Classes/FileList.php

Added by Martin Clewing over 6 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2017-12-01
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

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&amp;moduleToken=f7efec99804a353f583ab2f2c4cf50e04366fcff&amp;id=&amp;SET[clipBoard]=1&amp;CB[el][_FILE%7C0d96a6c333]=1%3A%2Fuser_upload%2F&amp;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

typo3_bug_filelist.PNG (81.6 KB) typo3_bug_filelist.PNG Martin Clewing, 2017-12-01 14:19
Actions #1

Updated by Michael Stucki over 6 years ago

  • Project changed from 9 to TYPO3 Core
  • TYPO3 Version set to 8
Actions #2

Updated by Gerrit Code Review over 6 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

Actions #3

Updated by Wouter Wolters over 6 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #4

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF