Author:   Lars Michelsen <[email protected]>
Date:     Tue Aug 27 13:33:19 2013 +0200
Committer:   Lars Michelsen <[email protected]>
Commit-Date: Tue Aug 27 13:33:19 2013 +0200

FIX: Fixed wrong viewport html header (Thanks to Carl Helmertz 
<[email protected]>)

---

 ChangeLog                                    |    1 +
 share/userfiles/templates/default.index.html |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 23cb142..c251758 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,7 @@ Frontend:
   * FIX: Fixed shape image displaying when using external URLS
   * FIX: Hiding        "Edit Map" link for "on demand" automaps
   * FIX: Fixed "modify view" dialog for "on demand" automaps
+  * FIX: Fixed wrong viewport html header (Thanks to Carl Helmertz 
<[email protected]>)
 
 Automap:
   * Labels have now a white background to improve the text readability
diff --git a/share/userfiles/templates/default.index.html 
b/share/userfiles/templates/default.index.html
index 6d0c07d..9434664 100644
--- a/share/userfiles/templates/default.index.html
+++ b/share/userfiles/templates/default.index.html
@@ -5,7 +5,7 @@
     <link rel="shortcut icon" 
href="{$htmlBase}/frontend/nagvis-js/images/internal/favicon.png" />
     <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
     <title>{$pageTitle}</title>
-    <meta name="viewport" content="width=480; initial-scale=0.6666; 
maximum-scale=1.0; minimum-scale=0.6666" />
+    <meta name="viewport" content="width=480, initial-scale=0.6666, 
maximum-scale=1.0, minimum-scale=0.6666" />
 
     {if $bUseCompressedJs}
     <script type="text/javascript" src="{$htmlJs}NagVisCompressed.js"></script>


------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
Nagvis-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nagvis-checkins

Reply via email to