Fixed footer note to use straight HTML code instead of styled text.
svn: r15059
This commit is contained in:
parent
f52dc92ad0
commit
d3b6d8c9f3
@ -861,13 +861,12 @@ class BasePage(object):
|
||||
footer_note = self.report.options['footernote']
|
||||
if footer_note:
|
||||
note = db.get_note_from_gramps_id(footer_note)
|
||||
note_text = self.get_note_format(note)
|
||||
|
||||
user_footer = Html("div", id = 'user_footer')
|
||||
footer += user_footer
|
||||
|
||||
# attach note
|
||||
user_footer += note_text
|
||||
user_footer += note.get_text()
|
||||
|
||||
value = _dd.display(date.Today())
|
||||
msg = _('Generated by <a href = "%(homepage)s">'
|
||||
|
Loading…
x
Reference in New Issue
Block a user