--- loncom/xml/lontex.pm 2001/05/03 21:28:53 1.1 +++ loncom/xml/lontex.pm 2001/05/28 20:16:50 1.2 @@ -41,7 +41,8 @@ sub handler { # --------------------------------------------------------------- Render Output $r->print(&Apache::lontexconvert::header()); - $r->print(''); + $r->print( + ''); $r->print(&Apache::lontexconvert::converted(\$texstring)); $r->print(''); $r->print(&Apache::lontexconvert::footer());