--- loncom/interface/lonaboutme.pm 2004/11/13 10:06:17 1.32 +++ loncom/interface/lonaboutme.pm 2004/12/02 18:53:13 1.33 @@ -1,7 +1,7 @@ # The LearningOnline Network # "About Me" Personal Information # -# $Id: lonaboutme.pm,v 1.32 2004/11/13 10:06:17 albertel Exp $ +# $Id: lonaboutme.pm,v 1.33 2004/12/02 18:53:13 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -158,8 +158,8 @@ ENDDOCUMENT if ($syllabus{'uploaded.photourl'}) { &Apache::lonnet::allowuploaded('/adm/aboutme', $syllabus{'uploaded.photourl'}); - my $image=''; + my $image= + qq{}; if ($target eq 'tex') { $image=&Apache::lonxml::xmlparse($r,'tex',$image); }