From e75b3b20c0ba88c4a1f3104cde5bf13636a3ca81 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Tue, 13 Jan 2009 17:35:45 -0600 Subject: [PATCH] Update html.elements for refactoring --- basis/html/elements/elements.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/html/elements/elements.factor b/basis/html/elements/elements.factor index 2149bf7bf6..7bca545df5 100644 --- a/basis/html/elements/elements.factor +++ b/basis/html/elements/elements.factor @@ -3,7 +3,7 @@ ! Copyright (C) 2004 Chris Double. ! See http://factorcode.org/license.txt for BSD license. -USING: io kernel namespaces prettyprint quotations +USING: io io.styles kernel namespaces prettyprint quotations sequences strings words xml.entities compiler.units effects urls math math.parser combinators present fry ;