diff src/util.c @ 5176:6911a84cbab1

[gaim-migrate @ 5540] chip reminded me that attributes can't contain &, <, etc. this function will become sentient soon, if we're not careful. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sat, 19 Apr 2003 17:00:40 +0000
parents 91ea5ef2278b
children fefad67de2c7
line wrap: on
line diff
--- a/src/util.c	Sat Apr 19 16:40:53 2003 +0000
+++ b/src/util.c	Sat Apr 19 17:00:40 2003 +0000
@@ -82,6 +82,7 @@
 	case '<':
 	case '>':
 	case '"':
+	case '\'':
 		return 1;
 	default:
 		return 0;