--- BBS_cgi-0.70.cgi Sat May 12 18:13:18 2001 +++ BBS.cgi Mon Aug 26 16:21:21 2002 @@ -4,12 +4,12 @@ BBS.cgi - a sample BBS script for the CGI_Board class library - Version: 0.70 (beta test version) - Date: Sat May 12 04:29:40 JST 2001 + Version: 0.71 (beta test version) + Date: Mon Aug 26 16:21:04 JST 2002 =head1 Copyright - Copyright (c) 1998 1999 2000 2001 KUROKI Gen + Copyright (c) 1998-2002 KUROKI Gen Permission to use, copy, and distribute is hereby granted, only providing that the above copyright notice and this permission appear in all copies @@ -20,7 +20,7 @@ #============================================================================== # Location of CGI_Board -my $Version_of_CGI_Board = "0.70"; +my $Version_of_CGI_Board = "0.71"; my $URL_of_CGI_Board = "http://www.math.tohoku.ac.jp/~kuroki/pub/CGI_Board/"; my $Link_to_CGI_Board = qq!CGI_Board $Version_of_CGI_Board!; @@ -594,6 +594,8 @@ my $Default_Forbidden_Patterns = <<'----------END;'; # <... OnMouse...=...>, <... OnKey...=...>, etc <[^>]*\son\w*\s*=[^>]*> +# <... style...=...> +<[^>]*\sstyle\w*\s*=[^>]*> ----------END; #------------------------------------------------------------------------------