summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2014-03-27 20:08:18 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-03-27 20:08:18 +0000
commit70c9c2d82ba5d4647fdc6552a21130b19281849a (patch)
treeac3e338da03919c29048c40268337996cefe8450 /tools
parentb8702917c61923bc4dc5f6284482e1296b783bd4 (diff)
parenta36253b8b05d94fb27a67522757b07781da2bd43 (diff)
downloadbuild-70c9c2d82ba5d4647fdc6552a21130b19281849a.zip
build-70c9c2d82ba5d4647fdc6552a21130b19281849a.tar.gz
build-70c9c2d82ba5d4647fdc6552a21130b19281849a.tar.bz2
am a36253b8: fix viewport width variable by using underscore instead of hyphen
* commit 'a36253b8b05d94fb27a67522757b07781da2bd43': fix viewport width variable by using underscore instead of hyphen
Diffstat (limited to 'tools')
-rw-r--r--tools/droiddoc/templates-sdk/head_tag.cs4
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 ?>