Diff for /loncom/xml/scripttag.pm between versions 1.25 and 1.26

version 1.25, 2000/11/22 21:13:35 version 1.26, 2000/12/05 22:07:26
Line 56  sub start_display { Line 56  sub start_display {
   if ( $target eq "modified" ) {    if ( $target eq "modified" ) {
   }    }
   my $result=&Apache::run::run($bodytext,$safeeval);    my $result=&Apache::run::run($bodytext,$safeeval);
       if ($target eq 'grade' ) {
       # grade should produce no output
       $result='';
     }
   if ($target eq "edit" ) {    if ($target eq "edit" ) {
     $result =       $result = 
       "<br> &lt;$token->[1]&gt; output: <br>$bodytext<br>Source:<br>";        "<br> &lt;$token->[1]&gt; output: <br>$bodytext<br>Source:<br>";

Removed from v.1.25  
changed lines
  Added in v.1.26


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>