Fix IndentationError.

This commit is contained in:
Stephan Erb 2008-11-25 14:02:24 +00:00
parent d155b90c3c
commit 239d041b08
1 changed files with 2 additions and 2 deletions

View File

@ -366,8 +366,8 @@ class ConnectionZeroconf(ConnectionHandlersZeroconf):
original_message=None, delayed=None): original_message=None, delayed=None):
fjid = jid fjid = jid
if msg and not xhtml and gajim.config.get( if msg and not xhtml and gajim.config.get(
'rst_formatting_outgoing_messages'): 'rst_formatting_outgoing_messages'):
from common.rst_xhtml_generator import create_xhtml from common.rst_xhtml_generator import create_xhtml
xhtml = create_xhtml(msg) xhtml = create_xhtml(msg)
if not self.connection: if not self.connection: