Mercurial > urweb
diff lib/ur/basis.urs @ 1925:15802a00816c
activeHead: don't modify the head. just execute the code provided
author | Sergey Mironov <grrwlf@gmail.com> |
---|---|
date | Fri, 06 Dec 2013 14:52:47 +0400 |
parents | b44138e6a3bf |
children | 44f607a7f4cd |
line wrap: on
line diff
--- a/lib/ur/basis.urs Fri Dec 06 13:59:39 2013 +0400 +++ b/lib/ur/basis.urs Fri Dec 06 14:52:47 2013 +0400 @@ -783,7 +783,7 @@ -> 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 [] [] []