--- loncom/homework/inputtags.pm 2005/05/20 18:53:53 1.167 +++ loncom/homework/inputtags.pm 2005/06/20 19:54:28 1.168 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # input definitons # -# $Id: inputtags.pm,v 1.167 2005/05/20 18:53:53 albertel Exp $ +# $Id: inputtags.pm,v 1.168 2005/06/20 19:54:28 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -235,7 +235,7 @@ sub start_textline { } } else { #right or wrong don't show what was last typed in. - $result=''.$Apache::inputtags::answertxt{$id}.''; + $result=''.$Apache::inputtags::answertxt{$id}.''; #$result=''; } } elsif ($target eq 'edit') {