diff options
author | Patrick McDermott <pj@pehjota.net> | 2017-09-29 18:39:56 (EDT) |
---|---|---|
committer | Patrick McDermott <pj@pehjota.net> | 2017-09-29 18:39:56 (EDT) |
commit | 23838261434f3ef91f3228752684d393d9290057 (patch) | |
tree | 1d6e805ebce32fec575c1d7d6cd96b18fe7433d5 /src/about | |
parent | 0f9d3db327b59f28f7fea5b060cbbbf7e4b87ea7 (diff) | |
download | marquee-23838261434f3ef91f3228752684d393d9290057.zip marquee-23838261434f3ef91f3228752684d393d9290057.tar.gz marquee-23838261434f3ef91f3228752684d393d9290057.tar.bz2 |
about:marquee: Set HTML charset
Diffstat (limited to 'src/about')
-rw-r--r-- | src/about/marquee.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/about/marquee.c b/src/about/marquee.c index 8fd2c41..1e55e87 100644 --- a/src/about/marquee.c +++ b/src/about/marquee.c @@ -30,6 +30,7 @@ const gchar *document = "<!doctype html>" "<html dir=\"%s\">" "<head>" + "<meta charset=\"utf-8\">" "<title>%s</title>" "</head>" "<body>" |