Bug #20268 » rtehtmlarea_bugfix_10834_follow_up_trunk.patch
typo3/sysext/rtehtmlarea/htmlarea/htmlarea.js (copie de travail) | ||
---|---|---|
}
|
||
if (newClasses.length == 0) {
|
||
if (!HTMLArea.is_opera) {
|
||
//el.removeAttribute("class");
|
||
el.removeAttribute("class");
|
||
if (HTMLArea.is_ie) {
|
||
el.removeAttribute("className");
|
||
}
|