changeset 632:21c63b26c604

[gaim-migrate @ 642] whoops, i goofed. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 07 Aug 2000 06:38:22 +0000
parents d96b511972fe
children f9b9e3751e89
files src/gtkhtml.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkhtml.c	Mon Aug 07 05:58:03 2000 +0000
+++ b/src/gtkhtml.c	Mon Aug 07 06:38:22 2000 +0000
@@ -3428,6 +3428,7 @@
 					/*
 					 * Ditch trailing \" 
 					 */
+					current = push_state(current);
 					tag[strlen(tag) - 1] = 0;
 					if (sscanf(tag + strlen("BODY BGCOLOR=\"#"), "%x", &colorv)
 						&& !(options & HTML_OPTION_NO_COLOURS))