[LON-CAPA-cvs] cvs: rat(bz2851) / lonpage.pm
foxr
foxr@source.lon-capa.org
Mon, 26 Oct 2009 09:59:12 -0000
foxr Mon Oct 26 09:59:12 2009 EDT
Modified files: (Branch: bz2851)
/rat lonpage.pm
Log:
More stuff done to centralize header generation.
Index: rat/lonpage.pm
diff -u rat/lonpage.pm:1.91.2.1 rat/lonpage.pm:1.91.2.2
--- rat/lonpage.pm:1.91.2.1 Tue Oct 6 11:01:35 2009
+++ rat/lonpage.pm Mon Oct 26 09:59:12 2009
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Page Handler
#
-# $Id: lonpage.pm,v 1.91.2.1 2009/10/06 11:01:35 foxr Exp $
+# $Id: lonpage.pm,v 1.91.2.2 2009/10/26 09:59:12 foxr Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -478,22 +478,22 @@
unless ($target eq 'tex') {
$r->print('</td>');
} else {
- for (my $incol=1;$incol<=$avespan;$incol++) {
- $r->print(' & ');
- }
+# for (my $incol=1;$incol<=$avespan;$incol++) {
+# $r->print(' & ');
+# }
}
}
unless ($target eq 'tex') {
$r->print('</tr>');
} else {
- $r->print('REMOVETHEHEADOFLONGTABLE\\\\');
+# $r->print('REMOVETHEHEADOFLONGTABLE\\\\');
}
}
}
unless ($target eq 'tex') {
$r->print("\n</table>");
} else {
- $r->print('\end{longtable}\strut');
+# $r->print('\end{longtable}\strut');
}
# ---------------------------------------------------------------- Submit, etc.
if ($nforms) {