upgrading tinymce to 2.0.5.1

This commit is contained in:
JT Smith 2006-04-15 20:03:31 +00:00
parent cb2a8d025e
commit 00d46f6148
342 changed files with 13043 additions and 11487 deletions

View file

@ -259,7 +259,7 @@ function makeAttrib(attrib, value) {
value = value.replace(/&/g, '&');
value = value.replace(/\"/g, '"');
value = value.replace(/</g, '&lt;');
value = value.replace(/>/g, '&gr;');
value = value.replace(/>/g, '&gt;');
return ' ' + attrib + '="' + value + '"';
}