diff -r c433348f3628 -r 31c23016ab62 includes/clientside/tinymce/plugins/xhtmlxtras/js/attributes.js --- 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); }