summaryrefslogtreecommitdiff
path: root/frontend/gamma/html/mobile_template.html
Unidiff
Diffstat (limited to 'frontend/gamma/html/mobile_template.html') (more/less context) (ignore whitespace changes)
-rw-r--r--frontend/gamma/html/mobile_template.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/frontend/gamma/html/mobile_template.html b/frontend/gamma/html/mobile_template.html
index 184fbd9..935fbe5 100644
--- a/frontend/gamma/html/mobile_template.html
+++ b/frontend/gamma/html/mobile_template.html
@@ -1,3 +1,3 @@
1<!doctype html> 1<!DOCTYPE html>
2<!-- Conditional comment for mobile ie7 blogs.msdn.com/b/iemobile/ --> 2<!-- Conditional comment for mobile ie7 blogs.msdn.com/b/iemobile/ -->
3<!--[if IEMobile 7 ]> <html class="no-js iem7" lang="en"> <![endif]--> 3<!--[if IEMobile 7 ]> <html class="no-js iem7" lang="en"> <![endif]-->
@@ -9,5 +9,6 @@
9 <meta name="HandheldFriendly" content="True"> 9 <meta name="HandheldFriendly" content="True">
10 <meta name="MobileOptimized" content="320"> 10 <meta name="MobileOptimized" content="320">
11 <meta name="viewport" content="width=device-width"> 11 <!-- meta name="viewport" content="width=device-width" -->
12 <meta name="viewport" content="width=device-width, initial-scale=1.0">
12 13
13<!-- link rel="apple-touch-icon-precomposed" ... --> 14<!-- link rel="apple-touch-icon-precomposed" ... -->