Commit info for scoop/lib/Scoop/Comments:

Modified Files:
      Tag: CURRENT
	Post.pm 
Log Message:
And another resync of CURRENT with the main branch. --j



Index: Post.pm
===================================================================
RCS file: /cvs/scoop/scoop/lib/Scoop/Comments/Post.pm,v
retrieving revision 1.64
retrieving revision 1.64.2.1
diff -r1.64 -r1.64.2.1
250c250,251
< 	my $allow_tags = $S->html_checker->allowed_html_as_string('comment');
---
> 	my $allow_tags = $S->html_checker->allowed_html_as_string('comment') 
> 		unless ($S->{UI}->{VARS}->{hide_comment_allowed_html});