--- loncom/interface/lonsimplepage.pm 2006/12/11 03:49:12 1.49 +++ loncom/interface/lonsimplepage.pm 2007/05/02 01:33:49 1.50 @@ -1,7 +1,7 @@ # The LearningOnline Network # Simple Page Editor # -# $Id: lonsimplepage.pm,v 1.49 2006/12/11 03:49:12 raeburn Exp $ +# $Id: lonsimplepage.pm,v 1.50 2007/05/02 01:33:49 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -266,8 +266,8 @@ sub handler { '
'. ''. '

Upload a Photo

'. - ''. - ''. + ''. + ''. '
'); } foreach my $field (sort(keys(%syllabusfields))) { @@ -299,7 +299,7 @@ sub handler { $r->print( '
Title
'); + ''); } else { my $safeinit; $r->print(&Apache::lonxml::xmlparse($r,'tex',$syllabus{$field},$safeinit)); @@ -325,7 +325,7 @@ sub handler { if ($target ne 'tex') { $r->print('
'); + ''); } else { my $safeinit; $r->print(&Apache::lonxml::xmlparse($r,'tex',$syllabus{$field},$safeinit));