Merge git://factorcode.org/git/factor

release
Doug Coleman 2007-10-11 01:56:54 -05:00
commit 17c1fe3a35
1 changed files with 4 additions and 1 deletions

View File

@ -80,7 +80,10 @@ DEFER: <% delimiter
parser-notes off
templating-vocab use+
dup source-file file set ! so that reload works properly
[ <file-reader> contents [ eval-template ] [ html-error. ] recover ] keep
[
?resource-path <file-reader> contents
[ eval-template ] [ html-error. drop ] recover
] keep
] with-scope
] assert-depth drop ;