Project

General

Profile

Actions

Bug #16663

closed

Function http_makelinks doesn´t work correctly when the url followed by a tag

Added by Frank no-lastname-given over 17 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2006-10-23
Due date:
% Done:

0%

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

Description

The function http_makelinks doesn´t detects the end of a url when the url directly followed by a html-tag (e.g. <br>)

I think the problem is in "class.tslib_content.php" on line 4481:

if (!ereg('[A-Za-z0-9\/#_-]',$lastChar)) {$len--;} // Included '\/' 3/12

In my opinion the expression should extended to "<" and chr(10) and chr(13).

(issue imported from #M4429)

Actions

Also available in: Atom PDF