diff --git a/include/client/header.inc.php b/include/client/header.inc.php index 309373cbaad5e595c350ddb839b438c13912e49e..2e93d012db87de7f2fa984e12b6110dcef13be4b 100644 --- a/include/client/header.inc.php +++ b/include/client/header.inc.php @@ -28,7 +28,7 @@ if ($lang) { <title><?php echo Format::htmlchars($title); ?></title> <meta name="description" content="customer support platform"> <meta name="keywords" content="osTicket, Customer support system, support ticket system"> - <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0"> + <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="<?php echo ROOT_PATH; ?>css/osticket.css" media="screen"> <link rel="stylesheet" href="<?php echo ASSETS_PATH; ?>css/theme.css" media="screen"> <link rel="stylesheet" href="<?php echo ASSETS_PATH; ?>css/print.css" media="print">