Project

General

Profile

Actions

Bug #64267

closed

parseFunc fails to parse void elements without whitespace before "/>"

Added by Steffen Müller over 9 years ago. Updated over 7 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2015-01-13
Due date:
% Done:

100%

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

Description

Given the content "One<br>Two<br />Three<br/>Four" 
And "br" is within the list of "lib.parseFunc.allowTags" TypoScript
When the content is parsed with "lib.parseFunc" 
Then the parsed HTML should be: "One<br>Two<br />Three<br/>Four" 
But instead the parsed HTML is "One<br>Two<br />Three &lt;br/&gt;Four" 
Actions

Also available in: Atom PDF