--- loncom/homework/inputtags.pm 2003/01/24 22:32:08 1.82 +++ loncom/homework/inputtags.pm 2003/01/27 17:30:27 1.83 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # input definitons # -# $Id: inputtags.pm,v 1.82 2003/01/24 22:32:08 www Exp $ +# $Id: inputtags.pm,v 1.83 2003/01/27 17:30:27 sakharuk Exp $ # # Copyright Michigan State University Board of Trustees # @@ -478,6 +478,8 @@ sub gradestatus { if ($target eq 'tex') { if ($ENV{'request.state'} ne "construct") { $trystr = ' {\small \textit{Tries} '.$tries.'/'.$maxtries.'} \vskip 0 mm '; + } else { + $trystr = '\vskip 0 mm '; } } else { $trystr = "Tries $tries/$maxtries";