diff pidgin/gtkimhtml.c @ 19590:2f7b3564bb7e

disapproval of revision '2887999526ff013d0ffa94da958cd30181ee3aa1'
author Kevin Stange <kevin@simguy.net>
date Thu, 06 Sep 2007 06:58:31 +0000
parents d24b19e3db5a
children 44b4e8bd759b
line wrap: on
line diff
--- a/pidgin/gtkimhtml.c	Sun Sep 02 23:35:53 2007 +0000
+++ b/pidgin/gtkimhtml.c	Thu Sep 06 06:58:31 2007 +0000
@@ -4890,7 +4890,7 @@
 		} else if (c == '"') {
 			str = g_string_append(str, "&quot;");
 		} else if (c == '\n') {
-			str = g_string_append(str, "<br>\n");
+			str = g_string_append(str, "<br>");
 		} else {
 			str = g_string_append_unichar(str, c);
 		}