Aleksander Machniak
2013-11-23 7184b3a0e14c81e0e582052aff64f030f07699e6
program/js/tiny_mce/themes/advanced/editor_template_src.js
@@ -956,7 +956,7 @@
         a = s.theme_advanced_toolbar_align.toLowerCase();
         a = 'mce' + t._ufirst(a);
         n = DOM.add(DOM.add(c, 'tr', {role: 'presentation'}), 'td', {'class' : 'mceToolbar ' + a, "role":"presentation"});
         n = DOM.add(DOM.add(c, 'tr', {role: 'presentation'}), 'td', {'class' : 'mceToolbar ' + a, "role":"toolbar"});
         // Create toolbar and add the controls
         for (i=1; (v = s['theme_advanced_buttons' + i]); i++) {