Thomas B.
2013-10-07 a3b85d7b8560cdc1057fcaffa3acbd247b4b5b7a
program/js/tiny_mce/themes/advanced/js/image.js
@@ -104,10 +104,12 @@
   },
   updateStyle : function() {
      var dom = tinyMCEPopup.dom, st, v, f = document.forms[0];
      var dom = tinyMCEPopup.dom, st = {}, v, f = document.forms[0];
      if (tinyMCEPopup.editor.settings.inline_styles) {
         st = tinyMCEPopup.dom.parseStyle(this.styleVal);
         tinymce.each(tinyMCEPopup.dom.parseStyle(this.styleVal), function(value, key) {
            st[key] = value;
         });
         // Handle align
         v = getSelectValue(f, 'align');