Actions
Bug #32210
closedPreview DIV destroys encoding (in IE and others)
Status:
Rejected
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2011-11-30
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:
Description
Whenever I preview pages in IE, my umlauts get destroyed. The red preview DIV is inserted before the doctype and html tag, so some browsers (IE/Chrome) guess the right encoding and make some ISO encoding valid for the whole page.
To avoid this, I just add the DIV to the end of the site.
HOTFIX: class.tslib_fe.php
3988 function previewInfo:
OLD:echo $temp_content;
NEW:$this->content .= $temp_content;
Files
Updated by Jose Antonio Guerra almost 13 years ago
This is a duplicate of #30897 (which is resolved and fixed in 4.5.8)
Updated by Xavier Perseguers almost 13 years ago
- Status changed from New to Rejected
Closed as duplicate
Actions