diff options
author | Sergey Mironov <grrwlf@gmail.com> | 2014-02-24 09:10:31 +0000 |
---|---|---|
committer | Sergey Mironov <grrwlf@gmail.com> | 2014-02-24 09:10:31 +0000 |
commit | 2238977c391b9de4a4a0705efaf4fcdd6120af9f (patch) | |
tree | 95e9647edb5f2ccca092156e88de53dbb236e4f9 /lib | |
parent | 48d55244e59e2b041077a3060eb3b6d6f9ecfd65 (diff) |
Add <pre> tag support
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 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, |