Fix httpd
parent
fee1d9b076
commit
f12f324923
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue