when viewing source we can see the line
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
printed twice
once from page.tpl.php (above <title>)
and once again from $head (below <title> )
when viewing source we can see the line
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
printed twice
once from page.tpl.php (above <title>)
and once again from $head (below <title> )
Comments
Comment #1
tombigel commentedThanks, fixed it in the dev version, will be included in 1.4
Comment #2
tombigel commented