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