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:
@@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
<title><?php wp_title('|', true, 'right'); ?><?php bloginfo('name'); ?></title>
|
<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(); ?>
|
<?php echo get_roots_stylesheets(); ?>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user