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

* commit '302b86140992ae311220f9d38dde573d61036453':
  Fix android hierarchy ref page template.

Change-Id: If0f4156174d55f65db58d3c2959badcb9c38ed4c
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>
-