X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=webcit%2Ftiny_mce%2Fplugins%2Ftemplate%2Fjs%2Ftemplate.js;h=bc3045d2446d748c2f6e55e99b3aedbde055bfff;hp=24045d7311a891e57c5e35d1c9c3848487a6e7ab;hb=b05f4eef4014db3885787ef15107cba93c932ac9;hpb=b347fec899815ec89b2738a0877880ee81e74b59 diff --git a/webcit/tiny_mce/plugins/template/js/template.js b/webcit/tiny_mce/plugins/template/js/template.js index 24045d731..bc3045d24 100644 --- a/webcit/tiny_mce/plugins/template/js/template.js +++ b/webcit/tiny_mce/plugins/template/js/template.js @@ -42,7 +42,7 @@ var TemplateDialog = { if (e) { e.style.height = Math.abs(h) + 'px'; - e.style.width = Math.abs(w - 5) + 'px'; + e.style.width = Math.abs(w - 5) + 'px'; } },