Closed (fixed)
Project:
Basic
Version:
6.x-2.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Jun 2010 at 17:27 UTC
Updated:
23 Aug 2010 at 18:30 UTC
Title says it all. It doesn't stop browsers from working, but it did show up in a validator, and obviously it shouldn't be there....
location: page.tpl.php
Current:
<!--[if lte IE 6]><style type="text/css" media="all">@import "<?php print $base_path . path_to_theme() ?>/css/ie6.css";</style><![endif]-->
<!--[if IE 7]><style type="text/css" media="all">@import "<?php print $base_path . path_to_theme() ?>/css/ie7.css";</style><![endif]-->
Should be:
<!--[if lte IE 6]><style type="text/css" media="all">@import "<?php print $base_path . path_to_theme() ?>/css/ie6.css"</style><![endif]-->
<!--[if IE 7]><style type="text/css" media="all">@import "<?php print $base_path . path_to_theme() ?>/css/ie7.css"</style><![endif]-->
Comments
Comment #1
SteveK commentedcommitted to 6-2 branch. thanks! :)