From 68eeff589613725309f3dc03bef0791ae046bcda Mon Sep 17 00:00:00 2001 From: Ivan Tcholakov Date: Wed, 5 Jan 2011 15:49:13 +0200 Subject: [PATCH] Feature #2132 - "asciisvg" plug-in: Fixing an error. --- main/inc/lib/fckeditor/editor/plugins/asciisvg/fck_asciisvg.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/inc/lib/fckeditor/editor/plugins/asciisvg/fck_asciisvg.js b/main/inc/lib/fckeditor/editor/plugins/asciisvg/fck_asciisvg.js index 5426aa6ffd..c7159ba35a 100644 --- a/main/inc/lib/fckeditor/editor/plugins/asciisvg/fck_asciisvg.js +++ b/main/inc/lib/fckeditor/editor/plugins/asciisvg/fck_asciisvg.js @@ -226,7 +226,7 @@ function UpdateEmbed( e ) SetAttribute( e, 'sscr', sscr ) ; SetAttribute( e, 'width', width ) ; SetAttribute( e, 'height', height ) ; - var style = 'width: ' + FCKTools.ConvertHtmlSizeToStyle( width.toString() ) + '; ' + var style = 'width: ' + FCKTools.ConvertHtmlSizeToStyle( width.toString() ) + '; ' + 'height: ' + FCKTools.ConvertHtmlSizeToStyle( height.toString() ) + '; ' ; if ( alignm == 'left' || alignm == 'right' ) {