--- loncom/homework/inputtags.pm 2001/01/24 17:02:17 1.26 +++ loncom/homework/inputtags.pm 2001/02/19 20:34:20 1.27 @@ -270,11 +270,11 @@ sub gradestatus { if ( $maxtries eq '' ) { $maxtries = '2'; } if ( $maxtries eq 'con_lost' ) { $maxtries = '0'; } if ( $showbutton ) { - $trystr = "

Tries $tries/$maxtries"; + $trystr = "
Tries $tries/$maxtries"; } if ( $status eq 'SHOW_ANSWER' || $status eq 'CANNOT_ANSWER') {$showbutton = 0;} if ( $showbutton ) { - $button = '

'; + $button = '
'; } } return $button.$message.$trystr;