]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/html/templates/fhtml/fhtml.factor
Updating code for make and fry changes
[factor.git] / basis / html / templates / fhtml / fhtml.factor
index e435fdce5f0b93987b29e51e0a7e5dfe58b765b0..7742ff9bc6369aa303ae48fe2545f929fc5963d7 100755 (executable)
@@ -74,6 +74,6 @@ TUPLE: fhtml path ;
 C: <fhtml> fhtml
 
 M: fhtml call-template* ( filename -- )
-    '[ , path>> utf8 file-contents eval-template ] assert-depth ;
+    '[ _ path>> utf8 file-contents eval-template ] assert-depth ;
 
 INSTANCE: fhtml template