From 188d7e98df02a3467997478d49b6afb2d8180501 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Sat, 23 Mar 2013 23:16:54 -0700 Subject: [PATCH] html.templates.chloe: Rename cached-template --- basis/html/templates/chloe/chloe.factor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/basis/html/templates/chloe/chloe.factor b/basis/html/templates/chloe/chloe.factor index 19839de5a3..092997a110 100644 --- a/basis/html/templates/chloe/chloe.factor +++ b/basis/html/templates/chloe/chloe.factor @@ -101,14 +101,14 @@ SYMBOL: template-cache H{ } template-cache set-global -TUPLE: cached-template path last-modified quot ; +TUPLE: cached-template-state path last-modified quot ; : load-template ( chloe -- cached-template ) path>> ".xml" append [ ] [ file-info modified>> ] [ file>xml compile-template ] tri - \ cached-template boa ; + \ cached-template-state boa ; \ load-template DEBUG add-input-logging