--- loncom/homework/inputtags.pm 2003/04/22 20:43:40 1.94 +++ loncom/homework/inputtags.pm 2003/04/23 15:39:00 1.95 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # input definitons # -# $Id: inputtags.pm,v 1.94 2003/04/22 20:43:40 sakharuk Exp $ +# $Id: inputtags.pm,v 1.95 2003/04/23 15:39:00 sakharuk Exp $ # # Copyright Michigan State University Board of Trustees # @@ -531,7 +531,7 @@ sub gradestatus { if ( $showbutton ) { if ($target eq 'tex') { if ($ENV{'request.state'} ne "construct") { - $trystr = ' {\small \textit{Tries} '.$tries.'/'.$maxtries.'} \vskip 0 mm '; + $trystr = ' {\vskip -1 mm \small \textit{Tries} '.$tries.'/'.$maxtries.'} \vskip 2 mm '; } else { $trystr = '\vskip 0 mm '; }