From 28f2c29dd98659f00e4d7bc3147c2fc2e5320f34 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Tue, 11 Aug 2009 12:01:54 -0400 Subject: JavaScript urlifying of bools; correct Link attribute escaping --- 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 78a4609b..30720ec9 100644 --- a/src/tag.sml +++ b/src/tag.sml @@ -117,7 +117,7 @@ fun exp env (e, s) = end in case x of - (CName "Link", _) => tagIt (Link, "Href") + (CName "Link", _) => tagIt (Link, "Link") | (CName "Action", _) => tagIt (Action ReadWrite, "Action") | _ => ((x, e, t), (count, tags, byTag, newTags)) end) -- cgit v1.2.3