* 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:
Zsolt Foldvari
2007-02-12 19:53:30 +00:00
parent 9c64624930
commit 4f390df00d
4 changed files with 366 additions and 447 deletions

View File

@ -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