diff options
author | Karn Kallio <kkallio@eka> | 2011-04-18 00:21:48 -0530 |
---|---|---|
committer | Karn Kallio <kkallio@eka> | 2011-04-18 00:21:48 -0530 |
commit | 7b05fd75727f19122aa3b7111d8fb189b2fc7b31 (patch) | |
tree | 97cd473ec0ea1b11fb10c95a7430b13297c00d1e /lib | |
parent | ea09e1d6960f3169751c4c384993d007a804c3d2 (diff) |
Add two html elements: sup and sub
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ur/basis.urs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ur/basis.urs b/lib/ur/basis.urs index aefe82b7..09fd1a1d 100644 --- a/lib/ur/basis.urs +++ b/lib/ur/basis.urs @@ -691,6 +691,8 @@ val p : bodyTag boxAttrs 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 |