* src/plugins/NarrativeWeb.py: wrap photo description at a maximum

of 20 characters to prevent overlap (bug #658)


svn: r7880
This commit is contained in:
Don Allingham
2007-01-08 03:48:49 +00:00
parent a85bbf485e
commit 01f5d700d7
2 changed files with 13 additions and 7 deletions

View File

@@ -2,6 +2,8 @@
* src/SubstKeywords.py: Fix 0000813: IDs in graphical reports error
2007-01-07 Don Allingham <don@gramps-project.org>
* src/plugins/NarrativeWeb.py: wrap photo description at a maximum
of 20 characters to prevent overlap (bug #658)
* src/RelLib/*.py: pylint fixes
2007-01-07 Douglas S. Blank <dblank@cs.brynmawr.edu>