]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/html/templates/chloe/chloe.factor
Clean up some <file-reader> usages to use file-lines, file>csv, and file>xml instead
[factor.git] / basis / html / templates / chloe / chloe.factor
index 439b207063bd4f39b80d90c73b3f74ab6689831a..da0d45a9d4f1489556896b4e093f11a54804ec31 100644 (file)
@@ -107,7 +107,7 @@ TUPLE: cached-template path last-modified quot ;
     path>> ".xml" append
     [ ]
     [ file-info modified>> ]
-    [ utf8 <file-reader> read-xml compile-template ] tri
+    [ file>xml compile-template ] tri
     \ cached-template boa ;
 
 \ load-template DEBUG add-input-logging