--- loncom/interface/lonsyllabus.pm 2009/09/02 12:39:26 1.94 +++ loncom/interface/lonsyllabus.pm 2009/09/04 16:51:11 1.95 @@ -1,7 +1,7 @@ # The LearningOnline Network # Syllabus # -# $Id: lonsyllabus.pm,v 1.94 2009/09/02 12:39:26 droeschl Exp $ +# $Id: lonsyllabus.pm,v 1.95 2009/09/04 16:51:11 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -363,7 +363,7 @@ ENDSCRIPT # ---------------------------------------------------------------- Get syllabus if (($syllabus{'uploaded.lastmodified'}) || ($allowed)) { if ($allowed) { - $r->print('
'. + $r->print(''. ''); } my @htmlids=(); @@ -406,9 +406,6 @@ ENDSCRIPT } $message=&Apache::lontexconvert::msgtexconverted($message); if ($target ne 'tex') { - if ($allowed) { - $r->print('

'); - } &Apache::lontemplate::print_template($r, $syllabusfields{$field}, $message,$allowed,'LC_Box'); } else { $r->print('\\\\\textbf{'.$syllabusfields{$field}.'}\\\\'. @@ -418,7 +415,6 @@ ENDSCRIPT } if ($allowed) { if ($target ne 'tex') { - $r->print('

'); &Apache::lontemplate::print_editbox_template($r, $syllabus{$field}, $field); } }