--- loncom/interface/lonsyllabus.pm 2009/11/26 05:21:43 1.101 +++ loncom/interface/lonsyllabus.pm 2009/12/01 13:34:54 1.102 @@ -1,7 +1,7 @@ # The LearningOnline Network # Syllabus # -# $Id: lonsyllabus.pm,v 1.101 2009/11/26 05:21:43 faziophi Exp $ +# $Id: lonsyllabus.pm,v 1.102 2009/12/01 13:34:54 wenzelju Exp $ # # Copyright Michigan State University Board of Trustees # @@ -409,8 +409,11 @@ ENDSCRIPT } } if ($allowed) { - $r->print('

'.$syllabusfields{$field}. - &Apache::loncommon::help_open_topic('Syllabus_URLs').'

'); + if (!&Apache::lonfeedback::contains_block_html($urls)) { + &Apache::lonfeedback::newline_to_br(\$urls); + } + &Apache::lontemplate::print_template($r, $syllabusfields{$field}. + &Apache::loncommon::help_open_topic('Syllabus_URLs'), $urls,$allowed,'LC_Box'); } else { $r->print($message); }