Mercurial > pidgin
changeset 11094:59a1ff5a4bae
[gaim-migrate @ 13119]
I'm dumb. Good catch siege.
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Tue, 12 Jul 2005 04:27:11 +0000 |
parents | 7831d0969531 |
children | eeefaa62f5a2 |
files | src/log.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/log.c Tue Jul 12 04:13:11 2005 +0000 +++ b/src/log.c Tue Jul 12 04:27:11 2005 +0000 @@ -797,8 +797,8 @@ strftime(date, sizeof(date), "%Y-%m-%d %H:%M:%S", localtime(&log->time)); fprintf(data->file, "<html><head>"); + fprintf(data->file, "<meta http-equiv=\"content-type\" content=\"text/html; charset=UTF-8\">"); fprintf(data->file, "<title>"); - fprintf(data->file, "<meta http-equiv=\"content-type\" content=\"text/html; charset=UTF-8\">"); fprintf(data->file, "Conversation with %s at %s on %s (%s)", log->name, date, gaim_account_get_username(log->account), prpl); fprintf(data->file, "</title></head><body>");