]> git.cworth.org Git - lmno-server/blobdiff - templates/base.html
Fix viewport meta tag to use proper separators
[lmno-server] / templates / base.html
index 6895772484550c4f6a16439bbc513aaf20f73a53..42b38bd2bf9f113d447d283187741b9c99533e00 100644 (file)
@@ -2,7 +2,7 @@
 <html>
   <head>
     <meta charset="utf-8"/>
-    <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
 
     <title>{{ title }}</title>