Skip to content
Snippets Groups Projects
Commit 239d041b authored by steve-e's avatar steve-e
Browse files

Fix IndentationError.

parent d155b90c
No related branches found
No related tags found
No related merge requests found
......@@ -366,8 +366,8 @@ class ConnectionZeroconf(ConnectionHandlersZeroconf):
original_message=None, delayed=None):
fjid = jid
if msg and not xhtml and gajim.config.get(
'rst_formatting_outgoing_messages'):
if msg and not xhtml and gajim.config.get(
'rst_formatting_outgoing_messages'):
from common.rst_xhtml_generator import create_xhtml
xhtml = create_xhtml(msg)
if not self.connection:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment