--- loncom/homework/inputtags.pm 2007/08/14 19:32:42 1.229 +++ loncom/homework/inputtags.pm 2007/09/18 22:18:41 1.230 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # input definitons # -# $Id: inputtags.pm,v 1.229 2007/08/14 19:32:42 albertel Exp $ +# $Id: inputtags.pm,v 1.230 2007/09/18 22:18:41 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1131,7 +1131,12 @@ sub gradestatus { } if ( $showbutton ) { if ($target ne 'tex') { - $button = ''; + $button = + ''; } }