fix furnace.utilities lint

db4
Doug Coleman 2009-02-06 17:14:03 -06:00
parent e0e333b449
commit 89c0dd21dd
1 changed files with 1 additions and 1 deletions

View File

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