2007-04-18 Don Allingham <don@gramps-project.org>

* src/plugins/BookReport.py: escape xml constructs (bug 877)
	* src/PluginUtils/_Options.py: escape xml constructs (bug 877)



svn: r8403
This commit is contained in:
Don Allingham
2007-04-19 02:03:29 +00:00
parent eb7b977237
commit 60a072824f
3 changed files with 24 additions and 12 deletions

View File

@@ -1,3 +1,7 @@
2007-04-18 Don Allingham <don@gramps-project.org>
* src/plugins/BookReport.py: escape xml constructs (bug 877)
* src/PluginUtils/_Options.py: escape xml constructs (bug 877)
2007-04-17 Don Allingham <don@gramps-project.org>
* src/Editors/_EditRepository.py: fix double click save bug
* src/Editors/_EditSource.py: fix double click save bug