Fix up non-match </span> in markup
This commit is contained in:
parent
dba1a863f3
commit
d5a40ab91b
1 changed files with 1 additions and 1 deletions
|
@ -1552,7 +1552,7 @@ public class Contacts.ContactPane : ScrolledWindow {
|
|||
l.xalign = 0.0f;
|
||||
|
||||
contact.keep_widget_uptodate (l, (w) => {
|
||||
(w as Label).set_markup (Markup.printf_escaped ("<span font='16'>%s/span>", contact.display_name));
|
||||
(w as Label).set_markup (Markup.printf_escaped ("<span font='16'>%s</span>", contact.display_name));
|
||||
});
|
||||
|
||||
var event_box = new EventBox ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue