Skip to content

Commit

Permalink
Merge pull request #35 from nutechsoftware/dev
Browse files Browse the repository at this point in the history
meh.. forgot to test.
  • Loading branch information
f34rdotcom authored Apr 14, 2018
2 parents 2c89e3b + a1a8a13 commit 7e17a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ad2web/notifications/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ def _build_panel_state(self):

# HACK: do not allow parsing of last_message_received as XML it is cdata
cdel = Element("last_message_received")
cdel.append(Comment(' --><![CDATA[' + current_app.decoder.last_message_received or "" + ']]><!-- '))
cdel.append(Comment(' --><![CDATA[' + (current_app.decoder.last_message_received or "") + ']]><!-- '))
el.append(cdel)

return tostring(el)
Expand Down

0 comments on commit 7e17a5d

Please sign in to comment.