diff --git a/contrib/httpd/browser-responder.factor b/contrib/httpd/browser-responder.factor index e0583696a0..3b1296de0f 100644 --- a/contrib/httpd/browser-responder.factor +++ b/contrib/httpd/browser-responder.factor @@ -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