aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/ur/basis.urs
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
commitc6e641ffb3195827acbb2787bb202824fef0cfa6 (patch)
treee034f612a841d48eb9db72b593b77bd4c07c909e /lib/ur/basis.urs
parent0eee402a615c957f006c01d0424dae45713a9376 (diff)
Rename <activeHead> to <script> and make it work properly
Diffstat (limited to 'lib/ur/basis.urs')
-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 [] []