]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/js/tinymce/themes/advanced/js/source_editor.js
Wordpress 3.2
[autoinstalls/wordpress.git] / wp-includes / js / tinymce / themes / advanced / js / source_editor.js
index 4f61d1c702e4bf7441823680bd4fb41ab77cac30..9cf6b1a29cdafc3e47cb26b2daaed66a38cc231b 100644 (file)
@@ -50,7 +50,7 @@ function resizeInputs() {
        el = document.getElementById('htmlSource');
 
        if (el) {
-               el.style.width  = (vp.w - 20) + 'px';
+               el.style.width = (vp.w - 20) + 'px';
                el.style.height = (vp.h - 65) + 'px';
        }
 }