Actions
Bug #80373
closedEpic #78916: ext:rte_ckeditor
href contains t3:// protocol
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2017-03-21
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Description
This is a followup for #79896
After updating to latest master (4e4beb), I get two href-attributes when outputting links using parseFunc_RTE:
<a href="/leistungen/" href="t3://page?uid=16" class="internal-link">
This happens because of
ATagParams.data = parameters:allParams
parameters:allParameters also contains the original href.
Actions