* src/plugins/NarrativeWeb.py: typo

svn: r7036
This commit is contained in:
Brian Matherly 2006-07-18 01:53:42 +00:00
parent 4c828cc0d0
commit c24c9c1d94
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2006-07-17 Brian Matherly <brian@gramps-project.org>
* src/plugins/NarrativeWeb.py: typo
2006-07-16 Alex Roitman <shura@gramps-project.org>
* src/DisplayTabs/_GalleryTab.py (GalleryTab.build_interface):
Allow working with pygtk older than 2.8.

View File

@ -1456,7 +1456,7 @@ class IndividualPage(BasePage):
of.write('</div>\n')
of.write('</div>\n')
of.write('<table style="height: %dpx; width: %dx;"><tr><td></td></tr></table>\n' %
of.write('<table style="height: %dpx; width: %dpx;"><tr><td></td></tr></table>\n' %
(max_size,XOFFSET+(generations)*WIDTH+(generations-1)*HGAP))
def draw_tree(self,of,gen,maxgen,max_size,old_center,new_center,phandle):