Index: openacs-4/packages/edit-this-page/www/index.vuh =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/edit-this-page/www/index.vuh,v diff -u -r1.5 -r1.6 --- openacs-4/packages/edit-this-page/www/index.vuh 27 Jan 2005 21:38:32 -0000 1.5 +++ openacs-4/packages/edit-this-page/www/index.vuh 7 Sep 2013 12:50:58 -0000 1.6 @@ -20,13 +20,13 @@ #ns_log Notice "index.vuh: request for $name" -if { [string index $name end] == "/" } { +if { [string index $name end] eq "/" } { # it's in a subdirectory, and we know there's no # other package mounted on that subdirectory. ns_returnnotfound } -if {[empty_string_p $name] || $name == "index"} { +if {$name eq "" || $name eq "index"} { set path "/[etp::get_application_param index_template]" } elseif {[string match "etp*" $name]} { # this trickery is for serving pages from the top level,