summaryrefslogtreecommitdiff
path: root/lib/ur
diff options
context:
space:
mode:
authorGravatar Karn Kallio <kkallio@eka>2011-04-18 00:21:48 -0530
committerGravatar Karn Kallio <kkallio@eka>2011-04-18 00:21:48 -0530
commitf8a356cc5f7198fff1d06e1593d6b3a86b1aa88b (patch)
tree97cd473ec0ea1b11fb10c95a7430b13297c00d1e /lib/ur
parent71f049713bc52fab0c85b84265c6e3db783d69c3 (diff)
Add two html elements: sup and sub
Diffstat (limited to 'lib/ur')
-rw-r--r--lib/ur/basis.urs2
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