--- loncom/publisher/lonpublisher.pm 2001/10/16 19:33:26 1.51 +++ loncom/publisher/lonpublisher.pm 2001/10/18 17:59:41 1.52 @@ -470,7 +470,7 @@ sub publish { my $keywordout='

Keywords:
'; my $colcount=0; - if (length($content<500000) { + if (length($content)<500000) { my $textonly=$content; $textonly=~s/\//g; $textonly=~s/\[^\<]+\<\/m\>//g;