am 35fcac0f
: am 70c9c2d8
: am a36253b8
: fix viewport width variable by using underscore instead of hyphen
* commit '35fcac0f417cab5aaef9de7fae1376224a82ce0a': fix viewport width variable by using underscore instead of hyphen
This commit is contained in:
commit
4a942fbb44
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