Feature #2132 - "asciisvg" plug-in: Fixing an error.

skala
Ivan Tcholakov 15 years ago
parent 5a4007ec2c
commit 68eeff5896
  1. 2
      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' )
{

Loading…
Cancel
Save