Project

General

Profile

Actions

Bug #32225

closed

meta-tag for charset is rendered multiple times

Added by Christoph Grafenauer almost 13 years ago. Updated almost 13 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Frontend
Target version:
-
Start date:
2011-11-30
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

In the <head> section of my rendered HTML5 document (frontend) i found three identical entries:

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

In the Install-Tool, BE[forceCharset] is set to utf-8.
In Typoscript, i have set config.renderCharset = utf-8

So why does Typo3 try to render the frontend as iso-8859-1 encoded ?
Typo3 should never output this meta-tag three times.

W3C Validator outputs errors because of this issue.

Actions

Also available in: Atom PDF