--- loncom/homework/inputtags.pm 2002/01/18 17:45:30 1.51 +++ loncom/homework/inputtags.pm 2002/01/30 17:32:42 1.52 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # input definitons # -# $Id: inputtags.pm,v 1.51 2002/01/18 17:45:30 albertel Exp $ +# $Id: inputtags.pm,v 1.52 2002/01/30 17:32:42 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -408,7 +408,7 @@ sub gradestatus { } if ( $status eq 'SHOW_ANSWER' || $status eq 'CANNOT_ANSWER') {$showbutton = 0;} if ( $showbutton ) { - $button = '
'; + $button = '
'; } } my $output= $previousmsg.$message.$trystr;