diff --git a/src/ircmsgs.py b/src/ircmsgs.py index 87adae985..048e99d17 100644 --- a/src/ircmsgs.py +++ b/src/ircmsgs.py @@ -248,7 +248,7 @@ def toXml(msg, pretty=True, includeTime=True): L.append('%s' % _escape(arg)) if pretty: L.append('\n') - L.append('') + L.append('\n') return ''.join(L) def prettyPrint(msg, addRecipients=False):