--- loncom/interface/lonsimplepage.pm 2010/10/27 01:00:38 1.97 +++ loncom/interface/lonsimplepage.pm 2011/05/03 21:38:40 1.98 @@ -1,7 +1,7 @@ # The LearningOnline Network # Simple Page Editor # -# $Id: lonsimplepage.pm,v 1.97 2010/10/27 01:00:38 raeburn Exp $ +# $Id: lonsimplepage.pm,v 1.98 2011/05/03 21:38:40 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -113,7 +113,7 @@ sub handler { # --------------------------------------------------------- The syllabus fields my %syllabusfields=&Apache::lonlocal::texthash( 'aaa_title' => 'Page Title', - 'bbb_content' => 'Content', + 'bbb_content' => ($target eq 'tex'?'':'Content'), 'ccc_webreferences' => 'Web References'); if ($group ne '') { $syllabusfields{'abb_links'} = &mt('Available Group Tools');