--- loncom/homework/inputtags.pm 2002/10/24 19:30:39 1.69 +++ loncom/homework/inputtags.pm 2002/10/28 19:19:19 1.70 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # input definitons # -# $Id: inputtags.pm,v 1.69 2002/10/24 19:30:39 sakharuk Exp $ +# $Id: inputtags.pm,v 1.70 2002/10/28 19:19:19 sakharuk Exp $ # # Copyright Michigan State University Board of Trustees # @@ -432,7 +432,7 @@ sub gradestatus { if ( $showbutton ) { if ($target eq 'tex') { if ($ENV{'request.state'} ne "construct") { - $trystr = ' {\small \textit{Tries} '.$tries.'/'.$maxtries.'} '; + $trystr = ' {\small \textit{Tries} '.$tries.'/'.$maxtries.'} \vskip 0 mm '; } } else { $trystr = "Tries $tries/$maxtries";