comment
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 16 Dec 2013 16:26:28 +0000 (17:26 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 16 Dec 2013 16:26:28 +0000 (17:26 +0100)
ui/topmenu.py

index 6b152c8..be21db2 100644 (file)
@@ -81,7 +81,7 @@ def topmenu_items_live (current, page):
         query=query_pi_auths,
         # this one is the target for a $.show() when the query comes back
         button_domid="topmenu-validation")
-        # although the result does not matter, rendering is required for the JS init code to make it in the page
+    # although the result does not matter, rendering is required for the JS init code to make it in the page
     topmenuvalidation.render(request)
 
     return topmenu_items_static (current, request)