From c54e3eca0a8d7e72f12801bc5ec993dddfa7958b Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sun, 13 Jul 2008 15:44:00 -0400 Subject: Serving pages --- src/tag.sml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tag.sml') diff --git a/src/tag.sml b/src/tag.sml index ebccc26d..9004a55b 100644 --- a/src/tag.sml +++ b/src/tag.sml @@ -100,7 +100,7 @@ fun exp env (e, s) = val e = (EClosure (cn, args), loc) val t = (CFfi ("Basis", "string"), loc) in - ((x, e, t), + (((CName "href", loc), e, t), (count, tags, byTag, newTags)) end | _ => ((x, e, t), (count, tags, byTag, newTags))) -- cgit v1.2.3