summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adam@chlipala.net>2013-12-09 15:47:14 -0500
committerGravatar Adam Chlipala <adam@chlipala.net>2013-12-09 15:47:14 -0500
commitdb0aff13453186d3f6edf46b42e43690ea113aea (patch)
treee034f612a841d48eb9db72b593b77bd4c07c909e /lib
parentfa448e6a07ce4435d596019497a3da8e4eb33f23 (diff)
Rename <activeHead> to <script> and make it work properly
Diffstat (limited to 'lib')
-rw-r--r--lib/ur/basis.urs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ur/basis.urs b/lib/ur/basis.urs
index 66e65804..73cef3d2 100644
--- a/lib/ur/basis.urs
+++ b/lib/ur/basis.urs
@@ -782,7 +782,7 @@ val dyn : ctx ::: {Unit} -> use ::: {Type} -> bind ::: {Type} -> [ctx ~ [Dyn]] =
val active : unit
-> tag [Code = transaction xbody] body [] [] []
-val activeHead : unit
+val script : unit
-> tag [Code = transaction unit] head [] [] []
val head : unit -> tag [] html head [] []