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' ) {