comparison 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
comparison
equal deleted inserted replaced
1924:b44138e6a3bf 1925:15802a00816c
781 781
782 val active : unit 782 val active : unit
783 -> tag [Code = transaction xbody] body [] [] [] 783 -> tag [Code = transaction xbody] body [] [] []
784 784
785 val activeHead : unit 785 val activeHead : unit
786 -> tag [Code = transaction xhead] head [] [] [] 786 -> tag [Code = transaction unit] head [] [] []
787 787
788 val head : unit -> tag [] html head [] [] 788 val head : unit -> tag [] html head [] []
789 val title : unit -> tag [] head [] [] [] 789 val title : unit -> tag [] head [] [] []
790 val link : unit -> tag [Id = id, Rel = string, Typ = string, Href = url, Media = string] head [] [] [] 790 val link : unit -> tag [Id = id, Rel = string, Typ = string, Href = url, Media = string] head [] [] []
791 791