fix viewport width variable by using underscore instead of hyphen
Change-Id: I866fa7016453b9e242df5e68f26bf94eac672feb
This commit is contained in:
parent
75f21bc79e
commit
a36253b8b0
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@
|
|||
# END if/else devsite ?>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta name="viewport" content="width=<?cs
|
||||
if:page.viewport-width ?><?cs
|
||||
var:page.viewport-width ?><?cs
|
||||
if:page.viewport_width ?><?cs
|
||||
var:page.viewport_width ?><?cs
|
||||
else ?>device-width<?cs /if ?>" />
|
||||
<?cs
|
||||
if:page.metaDescription ?>
|
||||
|
|
Loading…
Reference in a new issue