Change record status: 
Project: 
Introduced in branch: 
7.x-5.x
Introduced in version: 
7.x-5.2
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
Updates Done (doc team, etc.)
Online documentation: 
Not done
Theming guide: 
Not done
Module developer documentation: 
Not done
Examples project: 
Not done
Coder Review: 
Not done
Coder Upgrade: 
Not done
Other: 
Other updates done