--- loncom/interface/lonfeedback.pm 2003/06/20 14:50:34 1.47 +++ loncom/interface/lonfeedback.pm 2003/07/01 19:27:31 1.48 @@ -1,7 +1,7 @@ # The LearningOnline Network # Feedback # -# $Id: lonfeedback.pm,v 1.47 2003/06/20 14:50:34 bowersj2 Exp $ +# $Id: lonfeedback.pm,v 1.48 2003/07/01 19:27:31 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -243,9 +243,9 @@ sub clear_out_html { BR=>1, TT=>1, STRONG=>1, BLOCKQUOTE=>1, DIV=>1, IMG=>1); $message =~ s/\<(\/?\s*(\w+)[^\>\<]*)/ - {($html{uc($2)}&(length($1)<1000))?"\<$1":"\<$1"}/ge; + {($html{uc($2)}&&(length($1)<1000))?"\<$1":"\<$1"}/ge; $message =~ s/(\]*)\>/ - {($html{uc($2)}&(length($1)<1000))?"$1\>":"$1\>"}/ge; + {($html{uc($2)}&&(length($1)<1000))?"$1\>":"$1\>"}/ge; } else { $message=~s/\<\/*m\s*\>//g; $message=~s/\