# HG changeset patch # User Sergey Mironov # Date 1386327167 -14400 # Node ID 15802a00816c0c47dd2f872c4019a6685ff6cd15 # Parent b44138e6a3bf0e6a57a0b276a3f825989567923c activeHead: don't modify the head. just execute the code provided diff -r b44138e6a3bf -r 15802a00816c lib/ur/basis.urs --- 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 [] [] [] diff -r b44138e6a3bf -r 15802a00816c src/monoize.sml --- a/src/monoize.sml Fri Dec 06 13:59:39 2013 +0400 +++ b/src/monoize.sml Fri Dec 06 14:52:47 2013 +0400 @@ -3604,9 +3604,9 @@ (case attrs of [("Code", e, _)] => ((L'.EStrcat - ((L'.EPrim (Prim.String ("")), loc)), loc)), loc), + (L'.EPrim (Prim.String (")")), loc)), loc)), loc), fm) | _ => raise Fail "Monoize: Bad attributes")