Actions
Bug #16235
closedImage-PopUp (index.php?eID=tx_cms_showpic) don't use correct DOCTYPE
Start date:
2006-06-13
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.0
PHP Version:
5
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
I use config.doctype = xhtml_strict in the PageTS. But the PopUp uses <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">.
PopUp should use config.doctype!
(issue imported from #M3663)
Updated by Toralf Lenz over 18 years ago
It's hardcoded in "typo3/sysext/cms/tslib/showpic.php".
Updated by Martin Kutschker over 18 years ago
Showpic doesn't know which page the image belongs to. TS is part of the page configuration.
As long as the output matches the doctype everything should be fine.
Perhaps the default output could be changed to xthml.
Updated by Toralf Lenz over 18 years ago
XHTML would be fine. Or could we use a template file? Or a $TYPO3_CONF_VARS for the DOCTYPE?
Actions