]> gitweb.factorcode.org Git - factor.git/commitdiff
fix load error
authorDoug Coleman <doug.coleman@gmail.com>
Fri, 5 Dec 2008 17:35:10 +0000 (11:35 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Fri, 5 Dec 2008 17:35:10 +0000 (11:35 -0600)
basis/html/templates/chloe/compiler/compiler.factor

index ac784f8c2a0b02e344b0e2e8ad8d5890e7dbe7fb..d4f34ab8aa969ef9ad8bb8ac0b395389b6113dad 100644 (file)
@@ -3,7 +3,7 @@
 USING: assocs namespaces make kernel sequences accessors
 combinators strings splitting io io.streams.string present
 xml.writer xml.data xml.entities html.forms
-html.templates html.templates.chloe.syntax ;
+html.templates html.templates.chloe.syntax continuations ;
 IN: html.templates.chloe.compiler
 
 : chloe-attrs-only ( assoc -- assoc' )