comparison src/log.c @ 5138:5425bbaa2630

[gaim-migrate @ 5502] thanks to Matt Perry (occupant4) for pointing this out committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Tue, 15 Apr 2003 05:53:54 +0000
parents 677d3cb193a1
children fefad67de2c7
comparison
equal deleted inserted replaced
5137:014fb99b4b93 5138:5425bbaa2630
246 if (logging_options & OPT_LOG_STRIP_HTML) { 246 if (logging_options & OPT_LOG_STRIP_HTML) {
247 fprintf(fd, _("IM Sessions with %s\n"), name); 247 fprintf(fd, _("IM Sessions with %s\n"), name);
248 } else { 248 } else {
249 fprintf(fd, "<HTML><HEAD><TITLE>"); 249 fprintf(fd, "<HTML><HEAD><TITLE>");
250 fprintf(fd, _("IM Sessions with %s"), name); 250 fprintf(fd, _("IM Sessions with %s"), name);
251 fprintf(fd, "</TITLE></HEAD><BODY BGCOLOR=\"ffffff\">\n"); 251 fprintf(fd, "</TITLE></HEAD><BODY BGCOLOR=\"#ffffff\">\n");
252 } 252 }
253 } 253 }
254 254
255 return fd; 255 return fd;
256 } 256 }
262 if (logging_options & OPT_LOG_STRIP_HTML) { 262 if (logging_options & OPT_LOG_STRIP_HTML) {
263 fprintf(fd, _("IM Sessions with %s\n"), name); 263 fprintf(fd, _("IM Sessions with %s\n"), name);
264 } else { 264 } else {
265 fprintf(fd, "<HTML><HEAD><TITLE>"); 265 fprintf(fd, "<HTML><HEAD><TITLE>");
266 fprintf(fd, _("IM Sessions with %s"), name); 266 fprintf(fd, _("IM Sessions with %s"), name);
267 fprintf(fd, "</TITLE></HEAD><BODY BGCOLOR=\"ffffff\">\n"); 267 fprintf(fd, "</TITLE></HEAD><BODY BGCOLOR=\"#ffffff\">\n");
268 } 268 }
269 } 269 }
270 270
271 return fd; 271 return fd;
272 } 272 }