Project

General

Profile

Actions

Bug #39165

closed

HTML content element html-decodes HTML entities

Added by Thomas Deinhamer almost 12 years ago. Updated about 9 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
Start date:
2012-07-21
Due date:
% Done:

0%

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

Description

When saving the HTML markup in an HTML content
element it HTML-decodes all HTML entities.

E.g. the following:

<script>alert("hello world");</script>

will be converted to:

<script>alert("hello world");</script>

and thus will be executed in the frontend
instead of printed out for demonstration.

Actions

Also available in: Atom PDF