Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Zolotarev <alex@maps.me>2016-01-19 13:55:04 +0300
committerAlex Zolotarev <alex@maps.me>2016-01-19 13:55:04 +0300
commit40c2be47364b3c247ff284385c85cc2bceb0ce34 (patch)
treec7b5b25a72b381dcd7d73a1401d65d6569023025 /data/faq.html
parent13a555736c494d97f965285f5cead8d0dcaa5837 (diff)
Fixed syntax error in meta viewport tag.
It caused errors like: ``` 01-18 17:34:34.478 I/chromium( 3807): [INFO:CONSOLE(5)] "The value "device-width;" for key "width" is invalid, and has been ignored.", source: file:///android_asset/faq.html (5) 01-18 17:34:34.478 I/chromium( 3807): [INFO:CONSOLE(5)] "The value "1.0;" for key "initial-scale" was truncated to its numeric prefix.", source: file:///android_asset/faq.html (5) 01-18 17:34:34.478 I/chromium( 3807): [INFO:CONSOLE(5)] "The value "1.0;" for key "maximum-scale" was truncated to its numeric prefix.", source: file:///android_asset/faq.html (5) 01-18 17:34:34.478 I/chromium( 3807): [INFO:CONSOLE(5)] "Error parsing a meta element's content: ';' is not a valid key-value pair separator. Please use ',' instead.", source: file:///android_asset/faq.html (5) ```
Diffstat (limited to 'data/faq.html')
-rw-r--r--data/faq.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/faq.html b/data/faq.html
index 18fa91f31e..fd8fce8a2e 100644
--- a/data/faq.html
+++ b/data/faq.html
@@ -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 */