* src/docgen/KwordDoc.py (write_text): Replace & with &amp in text.

Closes gramps-bugs-649228, finally.
(start_table): close FRAMESET tag conditionally. This prevents closing
it twice (both in end_cell and start_table). Closes 753151.


svn: r1715
This commit is contained in:
Alex Roitman
2003-06-13 03:29:15 +00:00
parent 212a2d95ee
commit dd959c379e
2 changed files with 11 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
2003-06-12 Alex Roitman <shura@alex.neuro.umn.edu>
* src/docgen/KwordDoc.py (write_text): Replace & with &amp in text.
Closes gramps-bugs-649228, finally.
(start_table): close FRAMESET tag conditionally. This prevents closing
it twice (both in end_cell and start_table). Closes 753151.
2003-06-12 Tim Waugh <twaugh@redhat.com>
* src/docgen/OpenOfficeDoc.py: Fix typo. Prevent images from being
copied more than once.