[LON-CAPA-cvs] cvs: loncom /homework inputtags.pm
sakharuk
lon-capa-cvs@mail.lon-capa.org
Mon, 28 Oct 2002 19:19:19 -0000
sakharuk Mon Oct 28 14:19:19 2002 EDT
Modified files:
/loncom/homework inputtags.pm
Log:
Correction for the printing of tries number.
Index: loncom/homework/inputtags.pm
diff -u loncom/homework/inputtags.pm:1.69 loncom/homework/inputtags.pm:1.70
--- loncom/homework/inputtags.pm:1.69 Thu Oct 24 15:30:39 2002
+++ loncom/homework/inputtags.pm Mon Oct 28 14:19:19 2002
@@ -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 @@
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 = "<td>Tries $tries/$maxtries</td>";