Fix: The value "device-width;" for key "width" is invalid, and has been ignored.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Mon, 20 Jun 2016 21:32:48 +0300
changeset 1411 3ed65138057b
parent 1410 3f52af9aea5a
child 1412 04c1fdf1fdc9
Fix: The value "device-width;" for key "width" is invalid, and has been ignored.
srecode/web.srt
--- a/srecode/web.srt	Sun Jun 19 22:18:40 2016 +0300
+++ b/srecode/web.srt	Mon Jun 20 21:32:48 2016 +0300
@@ -21,7 +21,7 @@
 <html>
 <head>
   <meta charset="utf-8"/>
-  <meta name="viewport" content="width=device-width; initial-scale=1.0"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <title>{{?TITLE}}</title>
 </head>
 <body>