html.templates.fhtml: fix load error

Slava Pestov 2009-05-16 13:34:47 -05:00
parent fdae2dfaef
commit eb91fcfa8d
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
! 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 lexer io io.files
assocs fry vocabs.parser parser parser.notes lexer io io.files
io.streams.string io.encodings.utf8 html.templates ;
IN: html.templates.fhtml