Project

General

Profile

Actions

Bug #76201

closed

sysext:frontend: config.disableBodyTag removes <body>, but not </body>

Added by Martin Bless almost 8 years ago. Updated almost 8 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Frontend
Target version:
-
Start date:
2016-05-16
Due date:
% Done:

0%

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

Description

The following feels like a bug: TypoScript setting config.disableBodyTag indeed removes the opening <body ...> tag but not the closing part </body>. For example with FLUIDTEMPLATE it can be nice to put the whole <body> ... </body> sequence into the HTML layout template. It would look like an error if you leave out the </body> part there. But if you keep it you end up with a duplicate closing body tag and, depending, with two times the code for the admin panel, which makes it unusable.

See https://docs.typo3.org/typo3cms/TyposcriptReference/Setup/Config/Index.html?highlight=disablebodytag#disablebodytag

Actions

Also available in: Atom PDF