changeset 1999:a1d3fbdcc897

Add <pre> tag support
author Sergey Mironov <grrwlf@gmail.com>
date Mon, 24 Feb 2014 09:10:31 +0000
parents cc7e5d469d1b
children bddee3af70c4
files lib/ur/basis.urs
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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,