--- loncom/xml/londefdef.pm 2002/07/12 16:37:38 1.73 +++ loncom/xml/londefdef.pm 2002/07/16 21:03:26 1.74 @@ -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 @@ EDITBUTTON 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; }