[gaim-migrate @ 8746]

Sat, 10 Jan 2004 05:16:26 +0000

author
Nathan Walp <nwalp@pidgin.im>
date
Sat, 10 Jan 2004 05:16:26 +0000
changeset 8059
07773ac5ec6f
parent 8058
1701b0c05fb2
child 8060
61d2113d4bfb

[gaim-migrate @ 8746]
because we're supposed to escape them

src/log.c file | annotate | diff | comparison | revisions
--- a/src/log.c	Sat Jan 10 05:06:06 2004 +0000
+++ b/src/log.c	Sat Jan 10 05:16:26 2004 +0000
@@ -487,9 +487,9 @@
 			date, from, msg_fixed);
 	else if (type & GAIM_MESSAGE_AUTO_RESP) {
 		if (type & GAIM_MESSAGE_SEND)
-			fprintf(data->file, _("<font color=\"#16569E\">(%s) <b>%s <AUTO-REPLY>:</b></font> %s<br/>\n"), date, from, msg_fixed);
+			fprintf(data->file, _("<font color=\"#16569E\">(%s) <b>%s &lt;AUTO-REPLY&lt;:</b></font> %s<br/>\n"), date, from, msg_fixed);
 		else if (type & GAIM_MESSAGE_RECV)
-			fprintf(data->file, _("<font color=\"#A82F2F\">(%s) <b>%s <AUTO-REPLY>:</b></font> %s<br/>\n"), date, from, msg_fixed);
+			fprintf(data->file, _("<font color=\"#A82F2F\">(%s) <b>%s &lt;AUTO-REPLY&lt;:</b></font> %s<br/>\n"), date, from, msg_fixed);
 	} else if (type & GAIM_MESSAGE_RECV) {
 		if(gaim_message_meify(msg_fixed, -1))
 			fprintf(data->file, "<font color=\"#6C2585\">(%s) <b>***%s</b></font> <font sml=\"%s\">%s</font><br/>\n",

mercurial