--- loncom/interface/lonsyllabus.pm 2003/02/10 15:19:43 1.10 +++ loncom/interface/lonsyllabus.pm 2003/02/10 16:22:28 1.11 @@ -1,7 +1,7 @@ # The LearningOnline Network # Syllabus # -# $Id: lonsyllabus.pm,v 1.10 2003/02/10 15:19:43 www Exp $ +# $Id: lonsyllabus.pm,v 1.11 2003/02/10 16:22:28 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -33,6 +33,7 @@ use Apache::Constants qw(:common); use Apache::loncommon; use Apache::lonnet; use Apache::lontexconvert; +use Apache::lonfeedback; sub handler { my $r = shift; @@ -107,8 +108,7 @@ ENDDOCUMENT foreach (keys %syllabusfields) { my $field=$ENV{'form.'.$_}; $field=~s/\s+$//s; - $field=~s/\/\>\;/g; + $field=&Apache::lonfeedback::clear_out_html($field,1); $syllabus{$_}=$field; if ($_ eq 'lll_includeurl') { # clean up included URLs my $field='';