summaryrefslogtreecommitdiff
path: root/src/tag.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/tag.sml')
-rw-r--r--src/tag.sml2
1 files changed, 1 insertions, 1 deletions
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)))