auto import from //branches/cupcake/...@132276
diff --git a/tools/droiddoc/templates/customization.cs b/tools/droiddoc/templates/customization.cs
index 800c9c1..3646495 100644
--- a/tools/droiddoc/templates/customization.cs
+++ b/tools/droiddoc/templates/customization.cs
@@ -2,25 +2,23 @@
 <?cs # Use the -templatedir arg to javadoc to set your own directory with a     ?>
 <?cs # replacement for this file in it. ?>
 
-<?cs def:custom_masthead() ?>
-<div id="header">
-    <div id="headerLeft">
-        <a href="<?cs var:toroot ?>index.html" tabindex="-1"><?cs var:page.title ?></a>
-    </div>
-    <div id="headerRight">
-        <?cs call:default_search_box() ?>
-    </div><!-- headerRight -->
-</div><!-- header -->
+<?cs # appears at the top of every page ?><?cs 
+def:custom_masthead() ?>
+  <div id="header">
+      <div id="headerLeft">
+          <a href="<?cs var:toroot ?>index.html" tabindex="-1"><?cs var:page.title ?></a>
+      </div>
+      <div id="headerRight">
+          <?cs call:default_search_box() ?>
+      </div><!-- headerRight -->
+  </div><!-- header --><?cs 
+/def ?>
 
-<?cs /def ?><?cs # custom_masthead ?>
-
-
-<?cs # appears on the left side of the blue bar at the bottom of every page ?>
+<?cs # appear at the bottom of every page ?>
 <?cs def:custom_copyright() ?><?cs /def ?>
 <?cs def:custom_cc_copyright() ?><?cs /def ?>
 <?cs def:custom_footerlinks() ?><?cs /def ?>
-
-<?cs # appears on the right side of the blue bar at the bottom of every page ?>
 <?cs def:custom_buildinfo() ?>Build <?cs var:page.build ?> - <?cs var:page.now ?><?cs /def ?>
 
+<?cs # appears on the side of the page ?>
 <?cs def:custom_left_nav() ?><?cs call:default_left_nav() ?><?cs /def ?>