fix furnace.utilities

db4
Doug Coleman 2009-02-06 22:43:11 -06:00
parent 0fcdaf0e5f
commit c45b188581
1 changed files with 1 additions and 1 deletions
basis/furnace/utilities

View File

@ -27,7 +27,7 @@ HELP: hidden-form-field
{ $example
"USING: furnace.utilities io ;"
"\"bar\" \"foo\" hidden-form-field nl"
"<input type=\"hidden\" name=\"foo\" value=\"bar\"/>"
"<input type=\"hidden\" value=\"bar\" name=\"foo\"/>"
}
} ;