aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/ur/basis.urs
diff options
context:
space:
mode:
authorGravatar Sergey Mironov <grrwlf@gmail.com>2014-02-24 09:10:31 +0000
committerGravatar Sergey Mironov <grrwlf@gmail.com>2014-02-24 09:10:31 +0000
commit2238977c391b9de4a4a0705efaf4fcdd6120af9f (patch)
tree95e9647edb5f2ccca092156e88de53dbb236e4f9 /lib/ur/basis.urs
parent48d55244e59e2b041077a3060eb3b6d6f9ecfd65 (diff)
Add <pre> tag support
Diffstat (limited to 'lib/ur/basis.urs')
-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 c94f2ba6..7fdac1f6 100644
--- a/lib/ur/basis.urs
+++ b/lib/ur/basis.urs
@@ -865,6 +865,8 @@ val ul : bodyTag boxAttrs
val hr : bodyTag boxAttrs
+val pre : bodyTag boxAttrs
+
val a : bodyTag ([Link = transaction page, Href = url, Target = string, Rel = string] ++ boxAttrs)
val img : bodyTag ([Alt = string, Src = url, Width = int, Height = int,