aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/ur/basis.urs
diff options
context:
space:
mode:
authorGravatar Sergey Mironov <grrwlf@gmail.com>2013-12-06 14:52:47 +0400
committerGravatar Sergey Mironov <grrwlf@gmail.com>2013-12-06 14:52:47 +0400
commit0eee402a615c957f006c01d0424dae45713a9376 (patch)
tree5608da67b0ecac2ce7970688afecced61a7a7e13 /lib/ur/basis.urs
parenteb64746b388cd3a3864e70039a0c04929b6bbd61 (diff)
activeHead: don't modify the head. just execute the code provided
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 7637f8fa..66e65804 100644
--- a/lib/ur/basis.urs
+++ b/lib/ur/basis.urs
@@ -783,7 +783,7 @@ val active : unit
-> tag [Code = transaction xbody] body [] [] []
val activeHead : unit
- -> tag [Code = transaction xhead] head [] [] []
+ -> tag [Code = transaction unit] head [] [] []
val head : unit -> tag [] html head [] []
val title : unit -> tag [] head [] [] []