From 49b040c0b0407fcef65de7e70afc8c550d22aaba Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Tue, 20 May 2014 09:31:26 -0700 Subject: [PATCH] html.templates.fhtml: fix using. --- basis/html/templates/fhtml/fhtml.factor | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/basis/html/templates/fhtml/fhtml.factor b/basis/html/templates/fhtml/fhtml.factor index 0fd8024747..ed5a1ea48a 100644 --- a/basis/html/templates/fhtml/fhtml.factor +++ b/basis/html/templates/fhtml/fhtml.factor @@ -1,10 +1,10 @@ ! Copyright (C) 2005 Alex Chapman ! Copyright (C) 2006, 2010 Slava Pestov ! See http://factorcode.org/license.txt for BSD license. -USING: continuations sequences kernel namespaces debugger -combinators math quotations generic strings splitting accessors -assocs fry vocabs.parser parser parser.notes lexer io io.files -io.streams.string io.encodings.utf8 html.templates compiler.units ; +USING: accessors combinators compiler.units html.templates io +io.encodings.utf8 io.files kernel lexer lexer.private math +namespaces parser parser.notes quotations sequences splitting +vocabs.parser ; IN: html.templates.fhtml ! We use a custom lexer so that %> ends a token even if not