* src/plugins/NavWebPage.py: More HTML validation fixes

svn: r4939
This commit is contained in:
Martin Hawlisch 2005-07-15 07:56:22 +00:00
parent d25f491654
commit e36ae4d665

View File

@ -828,7 +828,7 @@ class ContactPage(BasePage):
r = db.get_researcher()
of.write('<blockquote></td>\n')
of.write('<blockquote>\n')
of.write('%s<br>\n' % r.name)
of.write('%s<br>\n' % r.addr)
of.write('%s, %s, %s<br>\n' % (r.city,r.state,r.postal))
@ -851,6 +851,7 @@ class ContactPage(BasePage):
of.write('<br><br><br><br>\n')
else:
of.write('<br><br><br><br>\n')
of.write('</div>\n')
self.display_footer(of)
self.close_file(of)