Commit info for scoop/lib/Scoop/Comments: Modified Files: Post.pm Log Message: Fix for bug #18 and various other auto-format and spellchecker formatting bugs. --hulver Index: Post.pm =================================================================== RCS file: /cvs/scoop/scoop/lib/Scoop/Comments/Post.pm,v retrieving revision 1.66 retrieving revision 1.67 diff -r1.66 -r1.67 221,222c221,222 < $subject =~ s/&/&/g; < $subject =~ s/&/&/g; --- > #$subject =~ s/&/&/g; > #$subject =~ s/&/&/g; 224,225c224,225 < $comment =~ s/&/&/g; < $comment =~ s/&/&/g; --- > #$comment =~ s/&/&/g; > #$comment =~ s/&/&/g; 227,228c227,230 < $subject =~ s/\%\%/%%/g; < $comment =~ s/\%\%/%%/g; --- > #$subject =~ s/\%\%/%%/g; > #$comment =~ s/\%\%/%%/g; > $comment = $S->comment_text($comment); > $subject = $S->comment_text($subject); 230c232 < $subject =~ s/"/"/g; --- > #$subject =~ s/"/"/g; 447c449 < $text =~ s/&/&/g; --- > #$text =~ s/&/&/g; 449a452,454 > $text =~ s/</</g; > $text =~ s/>/>/g; > $text =~ s/"/"/g; 519c524 < $subject =~ s/&/&/g; --- > #$subject =~ s/&/&/g;