Project

General

Profile

Actions

Feature #34288

closed

Typolink should allow rel attribute

Added by Rafal Brzeski about 12 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Link Handling, Site Handling & Routing
Target version:
-
Start date:
2012-02-26
Due date:
% Done:

0%

Estimated time:
PHP Version:
5.2
Tags:
Complexity:
Sprint Focus:

Description

When I set an attribute rel="nofollow" to the href tag :

<a href="http://typo3.org/" rel="nofollow" target="_blank">Best site http://typo3.org/</a>

the result in frontend is duplicated href tag, and only one of them have set attributes:

<a href="http://typo3.org/" rel="nofollow" target="_blank">Best site</a>
<a href="http://typo3.org/">http://typo3.org/</a>

This situation occurs only when in the linked text is placed the url.

I have looked to database and the content is stored correctly here.


Related issues 3 (0 open3 closed)

Related to TYPO3 Core - Bug #69545: Typo3 6.2 Faulty links in RTEClosed2015-09-05

Actions
Related to TYPO3 Core - Feature #75165: Extend linkhandling with optinal rel="..." attributesClosed2016-03-17

Actions
Related to TYPO3 Core - Feature #78488: Add rel="noopener noreferrer" to links when target is set to _blankClosed2016-10-28

Actions
Actions

Also available in: Atom PDF