Closed (works as designed)
Project:
Boron (HTML5 base theme)
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
26 Jun 2010 at 21:31 UTC
Updated:
13 Aug 2010 at 17:41 UTC
Is it necessary to force this since it is the default in 7.x?
""
becomes
Comments
Comment #1
dcrocks commentedsorry should show
"meta http-equiv="Content-Type" content="text/html; charset=utf-8" "
becomes
"meta charset="utf-8"
Comment #2
grendzy commentedThis is by design, while the encoding (utf-8) isn't changed, the format of this meta tag has been abbreviated in HTML5.
Comment #3
julien commentedComment #4
spaceninja commentedI agree with you - however, this is really an issue for the core drupal team. Since the core template force UTF-8, I left that behavior intact in this theme, because our only aim was to convert the core markup to HTML5.