Fix httpd

slava 2006-08-04 04:29:29 +00:00
parent fee1d9b076
commit f12f324923
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
! Copyright (C) 2004 Chris Double.
! See http://factorcode.org/license.txt for BSD license.
IN: browser-responder
USING: hashtables help html httpd io kernel memory namespaces
prettyprint sequences words xml ;
USING: definitions hashtables help html httpd io kernel memory
namespaces prettyprint sequences words xml ;
: option ( current text -- )
#! Output the HTML option tag for the given text. If