diff --git a/src/dialogs.py b/src/dialogs.py index 5b5b841a2..fd1ca16b9 100644 --- a/src/dialogs.py +++ b/src/dialogs.py @@ -2601,6 +2601,7 @@ class InvitationReceivedDialog: label_text = '%s' % pritext if comment: # only if not None and not '' + comment = gobject.markup_escape_text(comment) sectext = _('Comment: %s') % comment label_text += '\n\n%s' % sectext