Project

General

Profile

Actions

Bug #80475

closed

CSS classes in links are stripped in frontend

Added by Chris no-lastname-given over 7 years ago. Updated over 7 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Frontend
Target version:
-
Start date:
2017-03-27
Due date:
% Done:

0%

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

Description

In TYPO3 8.6.1 all CSS classes in links will be stripped in the frontend.

This
<a href="t3://file?uid=55" class="download">file</a>

will result in that
<a href="/fileadmin/myfile.pdf">file</a>

Actions

Also available in: Atom PDF