[LON-CAPA-cvs] cvs: loncom /xml londefdef.pm
sakharuk
lon-capa-cvs@mail.lon-capa.org
Tue, 16 Jul 2002 21:03:26 -0000
sakharuk Tue Jul 16 17:03:26 2002 EDT
Modified files:
/loncom/xml londefdef.pm
Log:
Corrections were done to <hr> tag.
Index: loncom/xml/londefdef.pm
diff -u loncom/xml/londefdef.pm:1.73 loncom/xml/londefdef.pm:1.74
--- loncom/xml/londefdef.pm:1.73 Fri Jul 12 12:37:38 2002
+++ loncom/xml/londefdef.pm Tue Jul 16 17:03:26 2002
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Tags Default Definition Module
#
-# $Id: londefdef.pm,v 1.73 2002/07/12 16:37:38 albertel Exp $
+# $Id: londefdef.pm,v 1.74 2002/07/16 21:03:26 sakharuk Exp $
#
#
# Copyright Michigan State University Board of Trustees
@@ -1035,7 +1035,7 @@
if ($target eq 'web') {
$currentstring .= $token->[4];
} elsif ($target eq 'tex') {
- $currentstring .= "\\hline ";
+ $currentstring .= '\vskip 0 mm \noindent\makebox[\textwidth - 8 mm][b]{\hrulefill}';
}
return $currentstring;
}