mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-24 03:33:11 +01:00
Forgot one more newline.
This commit is contained in:
parent
0c5aaaadde
commit
4fdc49bb2b
@ -248,7 +248,7 @@ def toXml(msg, pretty=True, includeTime=True):
|
||||
L.append('<arg>%s</arg>' % _escape(arg))
|
||||
if pretty:
|
||||
L.append('\n')
|
||||
L.append('</msg>')
|
||||
L.append('</msg>\n')
|
||||
return ''.join(L)
|
||||
|
||||
def prettyPrint(msg, addRecipients=False):
|
||||
|
Loading…
Reference in New Issue
Block a user