--- loncom/xml/scripttag.pm 2005/04/07 06:56:27 1.126 +++ loncom/xml/scripttag.pm 2005/06/27 21:01:58 1.129 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Script Vars
"; } @@ -314,7 +313,7 @@ sub start_window { $result .=&Apache::edit::end_row().&Apache::edit::start_spanning_row(); } elsif ($target eq 'modified') { my $constructtag=&Apache::edit::get_new_args($token,$parstack, - $safeeval,'linttext', + $safeeval,'linktext', 'width','height'); if ($constructtag) { $result=&Apache::edit::rebuild_tag($token); } }