--- loncom/interface/lonsimplepage.pm 2004/05/12 18:53:35 1.19 +++ loncom/interface/lonsimplepage.pm 2004/05/12 19:25:15 1.20 @@ -1,7 +1,7 @@ # The LearningOnline Network # Simple Page Editor # -# $Id: lonsimplepage.pm,v 1.19 2004/05/12 18:53:35 sakharuk Exp $ +# $Id: lonsimplepage.pm,v 1.20 2004/05/12 19:25:15 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -151,14 +151,13 @@ ENDDOCUMENT if ($syllabus{'uploaded.photourl'}) { &Apache::lonnet::allowuploaded('/adm/smppg', $syllabus{'uploaded.photourl'}); - - if ($target ne 'tex') { - $r->print(''); - } else { - $r->print(&Apache::lonxml::xmlparse($r,'tex','')); + + my $image=''; + if ($target eq 'tex') { + $image=&Apache::lonxml::xmlparse($r,'tex',$image); } + $r->print($image); } if ($allowed) { $r->print(