[sgala] fix wrong tag name. See #316
This commit is contained in:
parent
7868edb0ad
commit
1a2bea6637
|
@ -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. """
|
||||
|
|
Loading…
Reference in New Issue