Mercurial > pidgin.yaz
changeset 24325:95919d444308
merge of '78ed36cc0ce73adfd57f03aa3a1086bb22c53773'
and 'f456fe571991ad3488d9bc1407d6229614f25f28'
author | John Bailey <rekkanoryo@rekkanoryo.org> |
---|---|
date | Wed, 12 Nov 2008 03:48:47 +0000 |
parents | dd155ec42b25 (diff) 00d189f90539 (current diff) |
children | af8b35c7730d |
files | |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkconv.c Tue Nov 11 22:55:02 2008 +0000 +++ b/pidgin/gtkconv.c Wed Nov 12 03:48:47 2008 +0000 @@ -971,7 +971,9 @@ } name = purple_conversation_get_name(conv); - fprintf(fp, "<html>\n<head><title>%s</title></head>\n<body>", name); + fprintf(fp, "<html>\n<head>\n"); + fprintf(fp, "<meta http-equiv=\"content-type\" content=\"text/html; charset=UTF-8\">\n"); + fprintf(fp, "<title>%s</title>\n</head>\n<body>\n", name); fprintf(fp, _("<h1>Conversation with %s</h1>\n"), name); lines = gtk_imhtml_get_markup_lines(