Project

General

Profile

Actions

Bug #66083

closed

rendering of external links looses trailing slash

Added by Bernd Wilke about 9 years ago. Updated over 5 years ago.

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

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.5
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:

Description

in rte:

<a href="http://domain.local/wannen/" data-htmlarea-external="1">Wannen</a>

in database (pi_flexform subfield):

&lt;link http://domain.local/wannen/&gt;Wannen&lt;/link&gt;
or
&lt;a href="http://domain.local/wannen/" data-htmlarea-external="1"&gt;Wannen&lt;/a&gt;

rendered with 6.2.9:

<a href="http://domain.local/wannen/">Wannen</a>

rendered with 6.2.11:

<a href="http://domain.local/wannen">Wannen</a>

Actions

Also available in: Atom PDF