Project

General

Profile

Actions

Bug #71118

closed

$this->cObj->RECORDS($conf) is not HTML5 ready

Added by Kurt Gusbeth over 8 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2015-10-29
Due date:
% Done:

0%

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

Description

When I use this small PHP-skript:

$this->cObj = $this->configurationManager->getContentObject();
$conf = array(
    'tables' => 'tt_content',
    'source' => $uid,
    'dontCheckPid' => 1
);
return $this->cObj->RECORDS($conf);

I will get the content element, but some HTML5 tags are encoded. E.g. the figure-tag is encoded.
I looks like this:
<figure class="csc-textpic-image csc-textpic-last">

That is very bad! Whats wrong?

Actions

Also available in: Atom PDF