h5bp replaced the semicolon with a comma in the viewport line back in

october, somehow missed this -- thx james sims for pointing it out
This commit is contained in:
Ben Word
2011-06-01 07:57:14 -06:00
parent 72cdfe7dea
commit eab54c9adb

View File

@@ -8,7 +8,7 @@
<title><?php wp_title('|', true, 'right'); ?><?php bloginfo('name'); ?></title>
<meta name="viewport" content="width=device-width; initial-scale=1.0">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<?php echo get_roots_stylesheets(); ?>