?
avatar johnoros
johnoros
9 Mar 2017

Steps to reproduce the issue

Follow this link
https://validator.w3.org/nu/?doc=https%3A%2F%2Fwww.joomlage.com%2F

Expected result

To not have the error with the meta tag created by joomla cms

Actual result

A document must not include both a meta element with an http-equiv attribute whose value is content-type, and a meta element with a charset attribute.
From line 18, column 2; to line 18, column 70
com/" />↩ ↩ <met

System information (as much as possible)

Joomla 3.6.5

Additional comments

avatar johnoros johnoros - open - 9 Mar 2017
avatar joomla-cms-bot joomla-cms-bot - labeled - 9 Mar 2017
avatar C-Lodder
C-Lodder - comment - 9 Mar 2017

<meta http-equiv="content-type" content="text/html; charset=utf-8" /> is only added when JFactory::getDocument()->setHtml5(true); isn't defined in the template's index.php.

So, it would seem the template you mentioned has NOT set HTML to true and have manually included <meta charset="utf-8"> in the <head>.

This is not a core issue, but simply a matter of the template not using the correct methods.

avatar rdeutz
rdeutz - comment - 9 Mar 2017

not a bug, I am closing this

avatar rdeutz rdeutz - change - 9 Mar 2017
Status New Closed
Closed_Date 0000-00-00 00:00:00 2017-03-09 13:01:37
Closed_By rdeutz
avatar rdeutz rdeutz - close - 9 Mar 2017

Add a Comment

Login with GitHub to post a comment