--- loncom/xml/londefdef.pm 2002/06/20 18:25:01 1.66 +++ loncom/xml/londefdef.pm 2002/07/01 19:58:25 1.67 @@ -2,7 +2,7 @@ # The LearningOnline Network with CAPA # Tags Default Definition Module # -# $Id: londefdef.pm,v 1.66 2002/06/20 18:25:01 sakharuk Exp $ +# $Id: londefdef.pm,v 1.67 2002/07/01 19:58:25 sakharuk Exp $ # # # Copyright Michigan State University Board of Trustees @@ -1485,7 +1485,7 @@ EDITBUTTON $file=~s/(\.gif|\.jpg)$/\.eps/i; if (-e $newsrc) { if ($path) { - $currentstring .= '\graphicspath{{'.$path.'}}\fbox{\includegraphics'.$width_param.'{'.$file.'}}'; + $currentstring .= '\noindent\graphicspath{{'.$path.'}}\fbox{\includegraphics'.$width_param.'{'.$file.'}}'; } } else { my $temp_file;