# HG changeset patch # User Sergey Mironov # Date 1393233031 0 # Node ID a1d3fbdcc8974fdb06c698dd95b2fc8554732444 # Parent cc7e5d469d1bad8d04ac38784877b2dc7d596727 Add
 tag support

diff -r cc7e5d469d1b -r a1d3fbdcc897 lib/ur/basis.urs
--- a/lib/ur/basis.urs	Wed Feb 26 09:43:47 2014 +0000
+++ b/lib/ur/basis.urs	Mon Feb 24 09:10:31 2014 +0000
@@ -865,6 +865,8 @@
 
 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,