--- loncom/xml/londefdef.pm 2011/09/15 19:08:15 1.433 +++ loncom/xml/londefdef.pm 2011/10/01 03:19:06 1.434 @@ -2,7 +2,7 @@ # The LearningOnline Network with CAPA # Tags Default Definition Module # -# $Id: londefdef.pm,v 1.433 2011/09/15 19:08:15 raeburn Exp $ +# $Id: londefdef.pm,v 1.434 2011/10/01 03:19:06 raeburn Exp $ # # # Copyright Michigan State University Board of Trustees @@ -2885,10 +2885,7 @@ sub start_applet { &Apache::lonxml::extlink($archive); my $currentstring = ''; if ($target eq 'web' || $target eq 'webgrade') { - $currentstring = &Apache::lonenc::encrypt_ref($token, - {'code'=>$code, - 'archive'=>$archive} - ); + $currentstring = $token->[4]; } elsif ($target eq 'tex') { # Turn off some stuff we can't be inside thank you LaTeX