[sgala] fix wrong tag name. See #316

This commit is contained in:
Yann Leboulanger 2006-09-15 16:08:36 +00:00
parent 7868edb0ad
commit 1a2bea6637
1 changed files with 1 additions and 1 deletions

View File

@ -399,7 +399,7 @@ class Message(Protocol):
return self.getTagData('body')
def getXHTML(self):
""" Returns serialized xhtml-im body text of the message. """
xhtml = self.getTag('xhtml')
xhtml = self.getTag('html')
return str(xhtml.getTag('body'))
def getSubject(self):
""" Returns subject of the message. """