Project

General

Profile

Actions

Bug #40048

closed

CE: html using html-entities

Added by Christian Tauscher over 12 years ago. Updated almost 10 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2012-08-22
Due date:
% Done:

0%

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

Description

In Content Element html I user special chars ecoded as <

after saving the html content all entities are displayed by their propper like I would expect it in FE. In DB they are saved correctly.

example:

Input is:

  <a class="prev">& # 6 0 ;</a>

Content in DB is:
  <a class="prev">& # 6 0 ;</a>

Shown in Editor after save
  <a class="prev"><</a>

Actions #1

Updated by Steffen Gebert about 12 years ago

  • Status changed from New to Accepted

Affected version 4.6+

Actions #2

Updated by Mathias Schreiber almost 10 years ago

  • Status changed from Accepted to Closed
  • Is Regression set to No

can't reproduce on 4.5, 6.2 or 7

Actions

Also available in: Atom PDF