Fix android hierarchy ref page template. am: bbac6c38c5 am: 302b861409
am: c6a9a703ea

* commit 'c6a9a703ea158fb2311d7dfcbd6db2a7e49a8523':
  Fix android hierarchy ref page template.

Change-Id: Ic3b001c175b31f74500e56726adbc7d154ad4cc2
diff --git a/res/assets/templates/hierarchy.cs b/res/assets/templates/hierarchy.cs
index a607ffd..cacd3ae 100644
--- a/res/assets/templates/hierarchy.cs
+++ b/res/assets/templates/hierarchy.cs
@@ -1,5 +1,5 @@
 <?cs include:"macros.cs" ?>
-<html>
+<html<?cs if:devsite ?> devsite<?cs /if ?>>
 <style>
     .jd-hierarchy-spacer {
         width: 15px;
@@ -11,7 +11,7 @@
 </style>
 <?cs include:"head_tag.cs" ?>
 <?cs include:"header.cs" ?>
-
+<body>
 <div class="g-unit" id="doc-content">
 
 <div id="jd-header">
@@ -20,7 +20,7 @@
 
 <div id="jd-content">
 
-<div style="margin-left: 20px; margin-right: 20px;">
+<div<?cs if:!devsite ?> style="margin-left: 20px; margin-right: 20px;"<?cs /if ?>>
 
 <?cs def:hierarchy_list(classes) ?>
 <?cs each:cl = classes ?>
@@ -56,13 +56,16 @@
 </table>
 
 </div>
-
+<?cs if:!devsite ?>
 <?cs include:"footer.cs" ?>
+<?cs /if ?>
 </div><!-- end jd-content -->
 </div><!-- end doc-content -->
 
+<?cs if:!devsite ?>
 <?cs include:"trailer.cs" ?>
+<?cs /if ?>
+
 
 </body>
 </html>
-