html.templates.chloe: Rename cached-template

db4
Doug Coleman 2013-03-23 23:16:54 -07:00
parent c586ecec56
commit 188d7e98df
1 changed files with 2 additions and 2 deletions

View File

@ -101,14 +101,14 @@ SYMBOL: template-cache
H{ } template-cache set-global 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 ) : load-template ( chloe -- cached-template )
path>> ".xml" append path>> ".xml" append
[ ] [ ]
[ file-info modified>> ] [ file-info modified>> ]
[ file>xml compile-template ] tri [ file>xml compile-template ] tri
\ cached-template boa ; \ cached-template-state boa ;
\ load-template DEBUG add-input-logging \ load-template DEBUG add-input-logging