forked from organicmaps/organicmaps
Merge pull request #1460 from mapsme/faq-fix
Fixed syntax error in meta viewport tag.
This commit is contained in:
commit
5aeb3a5ff1
1 changed files with 1 additions and 1 deletions
|
@ -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;'>
|
||||
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0'>
|
||||
<style type="text/css">
|
||||
|
||||
/* All langs are invisible by default */
|
||||
|
|
Loading…
Add table
Reference in a new issue