Index: openacs.org-dev/packages/edit-this-page/www/etp-create-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs.org-dev/packages/edit-this-page/www/etp-create-2.tcl,v diff -u -r1.1 -r1.2 --- openacs.org-dev/packages/edit-this-page/www/etp-create-2.tcl 9 Jul 2002 17:35:08 -0000 1.1 +++ openacs.org-dev/packages/edit-this-page/www/etp-create-2.tcl 8 Sep 2003 14:29:30 -0000 1.2 @@ -11,7 +11,7 @@ etp::check_write_access -if { [regexp {[^a-zA-Z0-9\-_]} $name] } { +if { [regexp {[^a-zA-Z0-9\-_.]} $name] } { ad_return_complaint 1 "The subtopic name must be a short identifier containing no spaces. It will be the final part of the URL that identifies this subtopic."