Skip to content

Commit 01fa4c0

Browse files
committed
hackificator bails on this file because the <meta> isn't self-closing.
See #27881. git-svn-id: https://develop.svn.wordpress.org/trunk@28482 602fd350-edb4-49c9-b593-d223f7449a82
1 parent e509190 commit 01fa4c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-admin/customize.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
if ( wp_is_mobile() ) :
6464
$body_class .= ' mobile';
6565

66-
?><meta name="viewport" id="viewport-meta" content="width=device-width, initial-scale=0.8, minimum-scale=0.5, maximum-scale=1.2"><?php
66+
?><meta name="viewport" id="viewport-meta" content="width=device-width, initial-scale=0.8, minimum-scale=0.5, maximum-scale=1.2" /><?php
6767
endif;
6868

6969
$is_ios = wp_is_mobile() && preg_match( '/iPad|iPod|iPhone/', $_SERVER['HTTP_USER_AGENT'] );

0 commit comments

Comments
 (0)