--- loncom/xml/londefdef.pm 2014/09/01 19:01:08 1.455 +++ loncom/xml/londefdef.pm 2015/03/09 19:05:33 1.456 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Tags Default Definition Module # -# $Id: londefdef.pm,v 1.455 2014/09/01 19:01:08 raeburn Exp $ +# $Id: londefdef.pm,v 1.456 2015/03/09 19:05:33 raeburn Exp $ # # # Copyright Michigan State University Board of Trustees @@ -3450,7 +3450,7 @@ sub start_caption { my $currentstring = ''; if ($target eq 'web' || $target eq 'webgrade') { $currentstring = $token->[4]; - } + } return $currentstring; } @@ -3458,7 +3458,7 @@ sub end_caption { my ($target,$token) = @_; my $currentstring = ''; if ($target eq 'web' || $target eq 'webgrade') { - $currentstring = $token->[2]; + $currentstring = $token->[2]; } return $currentstring; }