changeset 24:693ab4dd1e9e

Track change to handling of 'class' by Basis.tag
author Adam Chlipala <adam@chlipala.net>
date Sun, 06 May 2012 13:09:43 -0400
parents 9d6b931fbd13
children 9f56676e7c4e
files html.ur
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/html.ur	Wed May 02 11:47:37 2012 -0400
+++ b/html.ur	Sun May 06 13:09:43 2012 -0400
@@ -15,7 +15,7 @@
      Attributes = attrs,
      Folder = fl,
      Construct = fn [ctx] [[Body] ~ ctx] (ats : $use) (inner : xml ([Body] ++ ctx) [] []) =>
-                    Basis.tag None None ats construct inner}
+                    Basis.tag null None ats construct inner}
 
 fun simpleTag [ignore] name (bt : bodyTag ignore) : tag [] =
     @@tag [[]] [ignore] ! _ name {} (fn [ctx] [[Body] ~ ctx] => bt ())