Skip to content

Commit a34bf62

Browse files
committed
Updated closing link tag for IE7 Font Awesome CSS reference
1 parent 71c954d commit a34bf62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/html.tpl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<?php print $styles; ?>
1313
<?php print $scripts; ?>
1414
<!--[if IE 7]>
15-
<?php if ($font_awesome_version == 'font-awesome-3') {print '<link rel="stylesheet" href="' . base_path() . drupal_get_path('theme', 'open_framework') . '/packages/font-awesome-3.2.1/css/font-awesome-ie7.min.css' . '" />';} ?>
15+
<?php if ($font_awesome_version == 'font-awesome-3') {print '<link rel="stylesheet" href="' . base_path() . drupal_get_path('theme', 'open_framework') . '/packages/font-awesome-3.2.1/css/font-awesome-ie7.min.css" />';} ?>
1616
<![endif]-->
1717
<!-- IE Fix for HTML5 Tags -->
1818
<!--[if lt IE 9]>

0 commit comments

Comments
 (0)