includes/clientside/tinymce/plugins/xhtmlxtras/js/attributes.js
changeset 459 31c23016ab62
parent 335 67bd3121a12e
--- a/includes/clientside/tinymce/plugins/xhtmlxtras/js/attributes.js	Fri Feb 22 12:51:53 2008 -0500
+++ b/includes/clientside/tinymce/plugins/xhtmlxtras/js/attributes.js	Sun Feb 24 12:50:52 2008 -0500
@@ -81,7 +81,7 @@
 		if (attrib == "class")
 			attrib = "className";
 
-		eval('elm.' + attrib + "=value;");
+		elm[attrib]=value;
 	} else
 		elm.removeAttribute(attrib);
 }