oops
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 8 Oct 2009 16:48:40 +0000 (16:48 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 8 Oct 2009 16:48:40 +0000 (16:48 +0000)
module-tools.py

index 4a01c97..6eebad5 100755 (executable)
@@ -306,7 +306,7 @@ span.error {text-weight:bold; color: red; }
                 print '<hr /><h1>',self.html_anchor(self.friendly_name(),title),'</h1>'
         if hasattr(self,'body'):
             print self.body
-        print '<p class="top">',self.html_href('#','Back to top'),'</p>'
+            print '<p class="top">',self.html_href('#','Back to top'),'</p>'
 
     ####################
     @staticmethod