We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32930d1 commit 71c954dCopy full SHA for 71c954d
templates/html.tpl.php
@@ -12,7 +12,7 @@
12
<?php print $styles; ?>
13
<?php print $scripts; ?>
14
<!--[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' . '">';} ?>
+ <?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' . '" />';} ?>
16
<![endif]-->
17
<!-- IE Fix for HTML5 Tags -->
18
<!--[if lt IE 9]>
0 commit comments