From 0fb0af8c00bfc562eaebd2e47c0039351fb7f4f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaime=20P=C3=A9rez=20Crespo?= <jaime.perez@uninett.no> Date: Tue, 18 Feb 2014 16:46:56 +0000 Subject: [PATCH] Remove 'target-densitydpi' viewport option, recently removed from webkit. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3367 44740490-163a-0410-bde0-09ae8108e29a --- templates/includes/header.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/includes/header.php b/templates/includes/header.php index e449a9921..73957e5c4 100644 --- a/templates/includes/header.php +++ b/templates/includes/header.php @@ -43,7 +43,7 @@ header('X-Frame-Options: SAMEORIGIN'); <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> -<meta name="viewport" content="target-densitydpi=device-dpi, width=device-width, height=device-height, initial-scale=1.0" /> +<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0" /> <script type="text/javascript" src="/<?php echo $this->data['baseurlpath']; ?>resources/script.js"></script> <title><?php if(array_key_exists('header', $this->data)) { -- GitLab