Fix for double header and footer on ndk download pages: b/27950742 https://android-dot-devsite.googleplex.com/ndk/downloads/index.html am: 01febb9 am: 9ba538e

am: 6e66602

* commit '6e666024449fa937ddbe9b77e082c51c78f1f304':
  Fix for double header and footer on ndk download pages: b/27950742 https://android-dot-devsite.googleplex.com/ndk/downloads/index.html

Change-Id: I0ce30c2fe5a34b8d6ca7bf4a2aa0d7cf6fdfe391
This commit is contained in:
Amanda Kassay
2016-04-26 17:01:45 +00:00
committed by android-build-merger
2 changed files with 3 additions and 6 deletions

View File

@@ -127,7 +127,7 @@
<title><?cs
if:devsite ?><?cs
if:page.title ?><?cs
var:page.title ?><?cs
var:html_strip(page.title) ?><?cs
else ?>Android Developers<?cs
/if ?><?cs
else ?><?cs

View File

@@ -46,7 +46,7 @@
#
?>
<?cs if:header.hide ?><?cs else ?>
<?cs if:(header.hide||devsite)?><?cs else ?>
<h1 itemprop="name"><?cs var:page.title ?></h1>
<?cs /if ?>
<div id="jd-content" itemprop="description">
@@ -574,7 +574,7 @@ tools release notes</a>.</p>
</div><!-- end jd-content -->
<?cs if:!sdk.redirect ?>
<?cs if:!sdk.redirect && !devsite ?>
<?cs include:"footer.cs" ?>
<?cs /if ?>
@@ -599,6 +599,3 @@ document.write('<iframe src="https://2507573.fls.doubleclick.net/activityi;src=2
<!-- End of Tag -->
</body>
</html>