Actions
Feature #34288
closedTypolink should allow rel attribute
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Site Handling, Site Sets & 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.
Actions