Use commas, not semicolons, to separate meta viewport values. props bobbravo2. see #24777.

git-svn-id: http://core.svn.wordpress.org/trunk@24779 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2013-07-23 07:27:56 +00:00
parent 3e4a6f1364
commit d2224d687c
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ function login_header($title = 'Log In', $message = '', $wp_error = '') {
wp_admin_css( 'colors-fresh', true );
if ( wp_is_mobile() ) { ?>
<meta name="viewport" content="width=320; initial-scale=0.9; maximum-scale=1.0; user-scalable=0;" /><?php
<meta name="viewport" content="width=320, initial-scale=0.9, maximum-scale=1.0, user-scalable=0" /><?php
}
// Remove all stored post data on logging out.