id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blocking	blockedby
7199	jQuery templating plug-in incorrect HTML encoding	anonymous	BorisMoore	"templating plugin doesn't encode '&' character. When I have following text in data object: '&nbsp;', templating plug-in renders whitespace instead of this string.

jquery.tmpl.js contains following comment in 'encode' function:
// Do HTML encoding replacing < > & and ' and "" by corresponding entities.
But no manipulation with '&' character exists:
return ("""" + text).split(""<"").join(""&lt;"").split("">"").join(""&gt;"").split('""').join(""&#34;"").split(""'"").join(""&#39;"");"	bug	closed	low		templates	1.4.3	duplicate	ampersand templating			
