]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/html/templates/chloe/compiler/compiler.factor
basis: ERROR: changes.
[factor.git] / basis / html / templates / chloe / compiler / compiler.factor
index 1c7c73c90f07ce663e7581ed744878f87ce7a2be..5338c6d387444c8358577d800b43d3a3b2ceb5fc 100644 (file)
@@ -75,7 +75,7 @@ SYMBOL: string-context?
 ERROR: tag-not-allowed-here ;
 
 : check-tag ( -- )
-    string-context? get [ tag-not-allowed-here ] when ;
+    string-context? get [ throw-tag-not-allowed-here ] when ;
 
 : compile-tag ( tag -- )
     check-tag