Hopefully fix #120
This commit is contained in:
parent
bf2ae9d0bb
commit
43b9f9c561
|
@ -12,7 +12,7 @@ public class Tootle.RichLabel : Gtk.Label {
|
|||
|
||||
public static string escape_entities (string content) {
|
||||
return content
|
||||
.replace ("&", "&")
|
||||
.replace (" ", " ")
|
||||
.replace ("'", "'");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue