id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blocking	blockedby
4686	jquery 1.3.2 append(' ', ' ') crashes ie6, ie7	huftlb		"the following snippet crashes ie6 and 7, throws a js error in ie8:

<html>
	<head>
		<script type=""text/javascript"" src=""jquery.js""></script>
	</head>
	<body>
		<script type=""text/javascript"">
			$(document).ready(function() {
				$('body').append('b', 'e');
			});
		</script>
	</body>
</html>
"	bug	closed	major	1.4	core	1.3.2	duplicate	ie6 ie7			
