Mercurial > urweb
changeset 1452:aae3e3b6a408
Add two html elements: sup and sub
author | Karn Kallio <kkallio@eka> |
---|---|
date | Mon, 18 Apr 2011 01:21:48 -0430 |
parents | b6ce8ef0ea88 |
children | 03642b83b57b |
files | lib/ur/basis.urs |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lib/ur/basis.urs Sun Apr 17 13:43:00 2011 -0400 +++ b/lib/ur/basis.urs Mon Apr 18 01:21:48 2011 -0430 @@ -691,6 +691,8 @@ val b : bodyTag boxAttrs val i : bodyTag boxAttrs val tt : bodyTag boxAttrs +val sub : bodyTag boxAttrs +val sup : bodyTag boxAttrs val h1 : bodyTag boxAttrs val h2 : bodyTag boxAttrs