Feature #2132 - "asciisvg" plug-in: Testing, yet another correction.

skala
Ivan Tcholakov 15 years ago
parent e449c83750
commit 070017e785
  1. 2
      main/inc/lib/fckeditor/editor/plugins/asciisvg/fck_asciisvg.js

@ -205,6 +205,8 @@ function Ok()
function UpdateEmbed( e )
{
UpdatePreview() ;
width = GetE( 'gwidth' ).value ;
height = GetE( 'gheight' ).value ;
SetAttribute( e, 'type', 'image/svg+xml' ) ;
SetAttribute( e, 'src', FCKConfig.DrawingASCIISVG ) ;
SetAttribute( e, 'sscr', sscr ) ;

Loading…
Cancel
Save