diff -r 5841df0ab575 -r dffcbfbc4e59 includes/clientside/tinymce/plugins/template/js/template.js --- a/includes/clientside/tinymce/plugins/template/js/template.js Mon May 05 20:06:37 2008 -0400 +++ b/includes/clientside/tinymce/plugins/template/js/template.js Mon May 05 20:08:44 2008 -0400 @@ -47,9 +47,9 @@ loadCSSFiles : function(d) { var ed = tinyMCEPopup.editor; - + tinymce.each(ed.getParam("content_css", '').split(','), function(u) { - d.write(''); + d.write(''); }); },