Fix http test

db4
Slava Pestov 2009-02-01 02:02:09 -06:00
parent 83cbe7c04f
commit e089ce6df0
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ SYMBOL: a
<dispatcher>
<action>
[ a get-global "a" set-value ] >>init
[ [ "a" <field> render ] "text/html" <content> ] >>display
[ [ "<html>" write "a" <field> render "</html>" write ] "text/html" <content> ] >>display
[ { { "a" [ v-integer ] } } validate-params ] >>validate
[ "a" value a set-global URL" " <redirect> ] >>submit
<conversations>