diff options
author | Sergey Mironov <grrwlf@gmail.com> | 2013-12-06 14:52:47 +0400 |
---|---|---|
committer | Sergey Mironov <grrwlf@gmail.com> | 2013-12-06 14:52:47 +0400 |
commit | 0eee402a615c957f006c01d0424dae45713a9376 (patch) | |
tree | 5608da67b0ecac2ce7970688afecced61a7a7e13 /lib | |
parent | eb64746b388cd3a3864e70039a0c04929b6bbd61 (diff) |
activeHead: don't modify the head. just execute the code provided
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ur/basis.urs | 2 |
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 [] [] [] |