Closed (fixed)
Project:
Media Responsive Theme
Version:
7.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
13 Jul 2015 at 20:43 UTC
Updated:
23 Nov 2017 at 05:57 UTC
Jump to comment: Most recent
In file html.tpl.php missing opening tag html.
File html.tpl.php:
<!DOCTYPE html>
<head>
<?php print $head; ?>
<title><?php print $head_title; ?></title>
<?php print $styles; ?>
<?php print $scripts; ?>
<!--[if lt IE 9]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
</head>
<body class="<?php print $classes; ?>"<?php print $attributes; ?>>
<?php print $page_top; ?>
<?php print $page; ?>
<?php print $page_bottom; ?>
</body>
</html>
Comments
Comment #1
zulljin commentedComment #2
zymphonies-dev commentedFixed and updated changes in latest release.
Comment #3
zymphonies-dev commentedComment #4
zymphonies-dev commented