By johnalbin on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
7.x-5.x
Introduced in version:
7.x-5.2
Issue links:
Description:
Remove the $grddl_profile variable from the html.tpl.php template file.
If you overrode Zen’s default html.tpl.php template, you need to make the following change to your template:
Before:
<head profile="<?php print $grddl_profile; ?>">
After:
<head>
Impacts:
Site builders, administrators, editors
Themers