Fixed note issue in header_note and footer_note.

svn: r15069
This commit is contained in:
Rob G. Healey 2010-04-09 22:35:35 +00:00
parent afe298209f
commit 8be9e00ff5

View File

@ -886,7 +886,7 @@ class BasePage(object):
footer += user_footer
# attach note
user_footer += note.get_text()
user_footer += note.get()
value = _dd.display(date.Today())
msg = _('Generated by <a href = "%(homepage)s">'
@ -1006,7 +1006,7 @@ class BasePage(object):
headerdiv += user_header
# attach note
user_header += note.get_text()
user_header += note.get()
# Begin Navigation Menu
body += self.display_nav_links(title)