--- loncom/interface/lonsyllabus.pm 2011/06/16 10:00:57 1.111 +++ loncom/interface/lonsyllabus.pm 2012/10/04 13:41:10 1.112 @@ -1,7 +1,7 @@ # The LearningOnline Network # Syllabus # -# $Id: lonsyllabus.pm,v 1.111 2011/06/16 10:00:57 christianto Exp $ +# $Id: lonsyllabus.pm,v 1.112 2012/10/04 13:41:10 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -436,7 +436,7 @@ ENDSCRIPT &Apache::lonhtmlcommon::htmlareaselectactive()); } } else { - if ($target ne 'tex') {$r->print('

');} else {$r->print('\par ');} + if ($target ne 'tex') {$r->print('

');} else {$r->print('\par ');} $r->print(&mt('No syllabus information provided.')); if ($target ne 'tex') {$r->print('

');} }