X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Ftiny_mce%2Fthemes%2Fadvanced%2Fjs%2Fsource_editor.js;h=84546ad52ebc461ccdebb02e1762e8c9ea760744;hb=eb5fb3f6c3b3e1d4d3d7ebbb92b8c60d70d13254;hp=aca38bd886626aee16b265f4f6d8fe29ed3283ee;hpb=51c6986e64a4405c3971acd67be1d3528ab69539;p=citadel.git diff --git a/webcit/tiny_mce/themes/advanced/js/source_editor.js b/webcit/tiny_mce/themes/advanced/js/source_editor.js index aca38bd88..84546ad52 100644 --- a/webcit/tiny_mce/themes/advanced/js/source_editor.js +++ b/webcit/tiny_mce/themes/advanced/js/source_editor.js @@ -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'; } }