Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
norstbox
gajim
Commits
1a2bea66
Commit
1a2bea66
authored
Sep 15, 2006
by
Yann Leboulanger
Browse files
[sgala] fix wrong tag name. See #316
parent
7868edb0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/common/xmpp/protocol.py
View file @
1a2bea66
...
...
@@ -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
(
'
x
html'
)
xhtml
=
self
.
getTag
(
'html'
)
return
str
(
xhtml
.
getTag
(
'body'
))
def
getSubject
(
self
):
""" Returns subject of the message. """
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment