--- loncom/interface/lonaboutme.pm 2008/12/15 16:37:44 1.85 +++ loncom/interface/lonaboutme.pm 2008/12/16 09:22:14 1.86 @@ -1,7 +1,7 @@ # The LearningOnline Network # "About Me" Personal Information # -# $Id: lonaboutme.pm,v 1.85 2008/12/15 16:37:44 raeburn Exp $ +# $Id: lonaboutme.pm,v 1.86 2008/12/16 09:22:14 schualex Exp $ # # Copyright Michigan State University Board of Trustees # @@ -302,6 +302,11 @@ my $image; '); } + + if($allowed) { + $r->print('
'); + } + &Apache::lontemplate::start_columnSection($r); &Apache::lontemplate::print_content_template($r,$allowed,$target,\%syllabusfields,\%syllabus); if($target ne 'tex')