It would be better if you escaped the text before setting the markup. For instance:
name = Markup.escape (name, -1); body = Markup.escape (body -1); text.set_markup ("<span font='10' weight='bold'>" + name + "</span>\n<span font='9'>" + body + "</span>");
« Back to merge proposal
It would be better if you escaped the text before setting the markup. For instance:
name = Markup.escape (name, -1);
body = Markup.escape (body -1);
text.set_markup ("<span font='10' weight='bold'>" + name + "</span>\n<span font='9'>" + body + "</span>");