From 2238977c391b9de4a4a0705efaf4fcdd6120af9f Mon Sep 17 00:00:00 2001 From: Sergey Mironov Date: Mon, 24 Feb 2014 09:10:31 +0000 Subject: Add
 tag support

---
 lib/ur/basis.urs | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'lib/ur/basis.urs')

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,
-- 
cgit v1.2.3