Escape markup for reason in invite received dialog. Fixes #3467.
This commit is contained in:
parent
289fd99e8e
commit
9e85aa5026
1 changed files with 1 additions and 0 deletions
|
@ -2601,6 +2601,7 @@ class InvitationReceivedDialog:
|
||||||
label_text = '<big><b>%s</b></big>' % pritext
|
label_text = '<big><b>%s</b></big>' % pritext
|
||||||
|
|
||||||
if comment: # only if not None and not ''
|
if comment: # only if not None and not ''
|
||||||
|
comment = gobject.markup_escape_text(comment)
|
||||||
sectext = _('Comment: %s') % comment
|
sectext = _('Comment: %s') % comment
|
||||||
label_text += '\n\n%s' % sectext
|
label_text += '\n\n%s' % sectext
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue