Feature #2132 - "asciisvg" plug-in: Testing, a minor correction.

skala
Ivan Tcholakov 16 years ago
parent 690e730577
commit e449c83750
  1. 3
      main/inc/lib/fckeditor/editor/plugins/asciisvg/fck_asciisvg.js

@ -204,11 +204,10 @@ function Ok()
function UpdateEmbed( e )
{
UpdatePreview() ;
SetAttribute( e, 'type', 'image/svg+xml' ) ;
SetAttribute( e, 'src', FCKConfig.DrawingASCIISVG ) ;
SetAttribute( e, 'sscr', sscr ) ;
width = GetE( 'gwidth' ).value ;
height = GetE( 'gheight' ).value ;
SetAttribute( e, 'width', width ) ;
SetAttribute( e, 'height', height ) ;
var style = 'width: ' + FCKTools.ConvertHtmlSizeToStyle( width.toString() ) + '; ' +

Loading…
Cancel
Save