2007-10-12 Don Allingham <don@gramps-project.org>
* src/gen/lib/note.py (Note.get): fix typo svn: r9161
This commit is contained in:
parent
5495c3f705
commit
4c2e57cb2e
@ -1,3 +1,6 @@
|
||||
2007-10-12 Don Allingham <don@gramps-project.org>
|
||||
* src/gen/lib/note.py (Note.get): fix typo
|
||||
|
||||
2007-10-12 Benny Malengier <benny.malengier@gramps-project.org>
|
||||
* src/Filters/Rules/Event/_MatchesSourceFilter.py: new filter
|
||||
* src/Filters/Rules/Event/__init__.py: load new filter
|
||||
|
@ -120,7 +120,7 @@ class Note(BasicPrimaryObject):
|
||||
"""
|
||||
text = self.text
|
||||
|
||||
if not markup and text.starts_with(ROOT_START_TAG):
|
||||
if not markup and text.startswith(ROOT_START_TAG):
|
||||
text = self.delete_tags(text)
|
||||
|
||||
return text
|
||||
|
Loading…
Reference in New Issue
Block a user