Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit af83fe3b authored by Amanda Kassay's avatar Amanda Kassay Committed by android-build-merger
Browse files

Fix for double header and footer on ndk download pages: b/27950742...

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

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

Change-Id: I6b7547d45e7143479d16204c039a4afdf899f1fa
parents 81713139 bfe88888
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+2 −5
Original line number Diff line number Diff line
@@ -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>