parent
1b0ad55d13
commit
d4f37501a0
@ -1359,8 +1359,8 @@ class BasePage: # pylint: disable=C1001
|
|||||||
|
|
||||||
# Header constants
|
# Header constants
|
||||||
_meta1 = 'name ="viewport" content="width=device-width; '
|
_meta1 = 'name ="viewport" content="width=device-width; '
|
||||||
_meta1 += 'height=device-height; initial-scale=0.1; '
|
_meta1 += 'height=device-height; initial-scale=1.0; '
|
||||||
_meta1 += 'maximum-scale=10.0; user-scalable=yes"'
|
_meta1 += 'minimum-scale=0.5; maximum-scale=10.0; user-scalable=yes"'
|
||||||
_meta2 = 'name ="apple-mobile-web-app-capable" content="yes"'
|
_meta2 = 'name ="apple-mobile-web-app-capable" content="yes"'
|
||||||
_meta3 = 'name="generator" content="%s %s %s"' % (
|
_meta3 = 'name="generator" content="%s %s %s"' % (
|
||||||
PROGRAM_NAME, VERSION, URL_HOMEPAGE)
|
PROGRAM_NAME, VERSION, URL_HOMEPAGE)
|
||||||
|
Loading…
Reference in New Issue
Block a user