Index: openacs-4/packages/acs-admin/www/test/signed-cookies-test.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/test/signed-cookies-test.tcl,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/acs-admin/www/test/signed-cookies-test.tcl 7 Aug 2017 23:47:45 -0000 1.3 +++ openacs-4/packages/acs-admin/www/test/signed-cookies-test.tcl 19 Sep 2018 00:59:56 -0000 1.4 @@ -1,6 +1,6 @@ ad_page_contract { - A quick and dirty test page for signed cookies. sets a signed cookie + A quick and dirty test page for signed cookies. Sets a signed cookie with a known secret as well as one with an unknown secret. @author Richard Li (richardl@arsdigita.com) @@ -14,13 +14,13 @@ # random secret ad_set_signed_cookie -max_age 1 testcookie2 "lots,of,,commas" -ns_return 200 text/html " +ns_return 200 text/html [subst { [ad_header "Signed Cookies Test Page"] - cookies set. test it out. -[ad_footer]" +[ad_footer] +}] # Local variables: # mode: tcl # tcl-indent-level: 4