2007-02-12 Zsolt Foldvari <zfoldvar@users.sourceforge.net>
* src/MarkupText.py: improvements * src/RelLib/_Note.py (get): try to remove tags only if note is formatted * src/DisplayTabs/_NoteTab.py: cleanup svn: r8092
This commit is contained in:
@ -100,7 +100,7 @@ class Note(SecondaryObject):
|
||||
"""
|
||||
text = self.text
|
||||
|
||||
if not markup:
|
||||
if not markup and text[0:8] == '<gramps>':
|
||||
text = self.delete_tags(text)
|
||||
|
||||
return text
|
||||
|
Reference in New Issue
Block a user