diff src/gtkimhtml.c @ 8026:17b90334f3cc

[gaim-migrate @ 8706] i think this is all ok committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Tue, 06 Jan 2004 22:54:00 +0000
parents 096562205906
children fa6395637e2c
line wrap: on
line diff
--- a/src/gtkimhtml.c	Tue Jan 06 15:04:51 2004 +0000
+++ b/src/gtkimhtml.c	Tue Jan 06 22:54:00 2004 +0000
@@ -960,6 +960,7 @@
 	VALID_TAG ("/SPAN");
 	VALID_TAG ("BR/"); /* hack until gtkimhtml handles things better */
 	VALID_TAG ("IMG");
+	VALID_TAG("SPAN");
 
 	if (!g_ascii_strncasecmp(string, "!--", strlen ("!--"))) {
 		gchar *e = strstr (string + strlen("!--"), "-->");
@@ -1413,10 +1414,11 @@
 				case 49:	/* HTML (opt) */
 				case 50:	/* CITE */
 				case 51:	/* /CITE */
-				case 56:	/* SPAN */
+				case 56:	/* SPAN (opt) */
 				case 57:	/* /SPAN */
+				case 60:    /* SPAN */
 					break;
-				case 60:	/* comment */
+				case 61:	/* comment */
 					NEW_BIT (NEW_TEXT_BIT);
 					if (imhtml->show_comments)
 						wpos = g_snprintf (ws, len, "%s", tag);