changeset 231:b6c8aa562069

Add a meta tag.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 19 Nov 2013 18:26:02 +0200
parents 59bf02eb2587
children aad9ededea6c
files index.php
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/index.php	Tue Nov 19 17:29:50 2013 +0200
+++ b/index.php	Tue Nov 19 18:26:02 2013 +0200
@@ -26,7 +26,8 @@
 
 // Start output
 cmPrintPageHeader($pageTitle,
-  " <meta http-equiv=\"Pragma\" content=\"no-cache\" />");
+  " <meta http-equiv=\"Pragma\" content=\"no-cache\" />\n".
+  " <meta name=\"viewport\" content=\"width=device-width\" />\n");
 
 // Initiate SQL database connection
 if (!stConnectSQLDB())