[LON-CAPA-cvs] cvs: loncom /homework structuretags.pm
sakharuk
lon-capa-cvs@mail.lon-capa.org
Mon, 26 Aug 2002 20:42:37 -0000
sakharuk Mon Aug 26 16:42:37 2002 EDT
Modified files:
/loncom/homework structuretags.pm
Log:
Have done some additional cleanup.
Index: loncom/homework/structuretags.pm
diff -u loncom/homework/structuretags.pm:1.106 loncom/homework/structuretags.pm:1.107
--- loncom/homework/structuretags.pm:1.106 Mon Aug 26 16:29:30 2002
+++ loncom/homework/structuretags.pm Mon Aug 26 16:42:36 2002
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# definition of tags that give a structure to a document
#
-# $Id: structuretags.pm,v 1.106 2002/08/26 20:29:30 sakharuk Exp $
+# $Id: structuretags.pm,v 1.107 2002/08/26 20:42:36 sakharuk Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -401,14 +401,6 @@
$gradesatement =~ s/<input([^>]*)>//g;
}
$result.= $gradesatement;
- if ($target eq 'tex') {
- $result .= '\vskip 0.5mm\noindent\makebox[\textwidth/$number_of_columns][b]{\hrulefill}';
- if (not $ENV{'request.symb'} =~ m/\.page_/) {
- $result .= '\end{document} ';
- } else {
- $result .= '} ';
- }
- }
}
if (
(($target eq 'web' || $target eq 'tex') && ($ENV{'request.state'} ne 'construct')) ||