am 8d262c3a: am 20ee9f12: am de740985: am aa275bf9: Merge "docs: b/15180738 - invalid urls in badge generator" into lmp-docs

* commit '8d262c3a033b9123f42a8ad1a3925684264b8450':
  docs: b/15180738 - invalid urls in badge generator
This commit is contained in:
Scott Rowe
2014-11-01 16:47:16 +00:00
committed by Android Git Automerger

View File

@@ -66,7 +66,7 @@ div.button-row input {
var APP_LANGS = ['it','pt-br','pt-pt','nl','ko','ja','fr','es','es-419','en','de']; var APP_LANGS = ['it','pt-br','pt-pt','nl','ko','ja','fr','es','es-419','en','de'];
// variables for creating 'try it out' demo button // variables for creating 'try it out' demo button
var imagePath = "{@docRoot}images/brand/" var imagePath = "https://developer.android.com/images/brand/"
var linkStart = "<a href=\"https://play.google.com/store/"; var linkStart = "<a href=\"https://play.google.com/store/";
var imageStart = "\">\n" var imageStart = "\">\n"
+ " <img alt=\""; + " <img alt=\"";
@@ -356,7 +356,7 @@ alt="Get it on Google Play (large)" /></label>
style="font-family:monospace;background-color:#efefef;padding:5px;display:none;margin-bottom:1em"> style="font-family:monospace;background-color:#efefef;padding:5px;display:none;margin-bottom:1em">
</textarea > </textarea >
<p>Try it out:</p> <p>Test your badge:</p>
<div id="button-preview" style="margin-top:1em"></div> <div id="button-preview" style="margin-top:1em"></div>
</div> </div>