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