Skip to content
Snippets Groups Projects
Commit 0fb0af8c authored by Jaime Pérez Crespo's avatar Jaime Pérez Crespo
Browse files

Remove 'target-densitydpi' viewport option, recently removed from webkit.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3367 44740490-163a-0410-bde0-09ae8108e29a
parent 9b44c647
No related branches found
No related tags found
No related merge requests found
...@@ -43,7 +43,7 @@ header('X-Frame-Options: SAMEORIGIN'); ...@@ -43,7 +43,7 @@ header('X-Frame-Options: SAMEORIGIN');
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <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> <script type="text/javascript" src="/<?php echo $this->data['baseurlpath']; ?>resources/script.js"></script>
<title><?php <title><?php
if(array_key_exists('header', $this->data)) { if(array_key_exists('header', $this->data)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment