changeset 19590:2f7b3564bb7e

disapproval of revision '2887999526ff013d0ffa94da958cd30181ee3aa1'
author Kevin Stange <kevin@simguy.net>
date Thu, 06 Sep 2007 06:58:31 +0000
parents d24b19e3db5a
children aa3920f45ff3
files COPYRIGHT pidgin/gtkimhtml.c
diffstat 2 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/COPYRIGHT	Sun Sep 02 23:35:53 2007 +0000
+++ b/COPYRIGHT	Thu Sep 06 06:58:31 2007 +0000
@@ -338,7 +338,6 @@
 Michael Shkutkov
 Ettore Simone
 John Silvestri
-Ankit Singla
 Craig Slusher
 Alex Smith
 Brad Smith
--- 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);
 		}