Mercurial > urweb
diff lib/ur/basis.urs @ 1277:1e6a4f9d3e4a
More generous wildification, covering map-records
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sun, 13 Jun 2010 10:55:20 -0400 |
parents | 56bd4a4f6e66 |
children | 3d06e0f7a6f3 |
line wrap: on
line diff
--- a/lib/ur/basis.urs Sat Jun 05 09:42:37 2010 -0400 +++ b/lib/ur/basis.urs Sun Jun 13 10:55:20 2010 -0400 @@ -588,6 +588,7 @@ con xhtml = xml [Html] con page = xhtml [] [] con xbody = xml [Body] [] [] +con xtable = xml [Body, Table] [] [] con xtr = xml [Body, Tr] [] [] con xform = xml [Body, Form] [] []