diff options
author | Scott Main <smain@google.com> | 2014-03-27 20:19:22 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-03-27 20:19:22 +0000 |
commit | 4a942fbb4403d0ad9079eb17c6944b7efc19bfd9 (patch) | |
tree | 732e76c6a067bbc60a2050d24db1108d0d10e2f7 /tools/droiddoc | |
parent | 9efc18fb99d6d4229a1d4ad993b50b6ffb15f054 (diff) | |
parent | 35fcac0f417cab5aaef9de7fae1376224a82ce0a (diff) | |
download | build-4a942fbb4403d0ad9079eb17c6944b7efc19bfd9.zip build-4a942fbb4403d0ad9079eb17c6944b7efc19bfd9.tar.gz build-4a942fbb4403d0ad9079eb17c6944b7efc19bfd9.tar.bz2 |
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
Diffstat (limited to 'tools/droiddoc')
-rw-r--r-- | tools/droiddoc/templates-sdk/head_tag.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/droiddoc/templates-sdk/head_tag.cs b/tools/droiddoc/templates-sdk/head_tag.cs index 6c804ad..0916b00 100644 --- a/tools/droiddoc/templates-sdk/head_tag.cs +++ b/tools/droiddoc/templates-sdk/head_tag.cs @@ -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 ?> |