Bug #25054
closedpagebrowser doesn't work with template_css.tmpl
0%
Description
If you use the Page Browser (v 2.12.0) with the template_css.tmpl, the corresponding pages are not linked
My solution:
I changed the doctype in the template and everything runs very well
Change from:
<DOCTYPE html PUBLIC "- / / W3C / / DTD XHTML 1.0 Strict / / EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
to
<DOCTYPE html PUBLIC "- / / W3C / / DTD XHTML 1.0 Transitional / / EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
and it works!
(issue imported from #M17609)
Updated by Harald no-lastname-given almost 14 years ago
Sorry, this solution is a mistake of mine and nothing to do with it. The error is not resolved
Updated by Alexander Opitz over 10 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
0) - TYPO3 Version set to 4.5
- Is Regression set to No
Hi,
as this issue is very old. Does the problem still exists within newer versions of TYPO3 CMS (6.1.7)?
Updated by Harald no-lastname-given over 10 years ago
Hello,
i don't know because i use now TYPO3 6.x and doctype <html> >> HTML5!
Please try it by your self
Thank you
Updated by Alexander Opitz over 10 years ago
- Status changed from Needs Feedback to Closed