# HG changeset patch
# User Alexandre Fayolle <alexandre.fayolle@logilab.fr>
# Date 1257421263 -3600
# Node ID ce6381416a1269ea846d336f4e9339cc801c96d3
# Parent  c741061d53483b6a3d145990dfc4e8c40be27979
[doc] fix inaccurate docstring

diff -r c741061d5348 -r ce6381416a12 web/views/basetemplates.py
--- a/web/views/basetemplates.py	Wed Oct 28 12:19:01 2009 +0100
+++ b/web/views/basetemplates.py	Thu Nov 05 12:41:03 2009 +0100
@@ -418,7 +418,7 @@
 
 
 class HTMLPageFooter(View):
-    """default html page footer: include logo if any, and close the HTML body
+    """default html page footer: include footer actions
     """
     id = 'footer'