aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/ur/basis.urs
diff options
context:
space:
mode:
authorGravatar Vladimir Shabanov <vshabanoff@gmail.com>2011-09-12 00:43:41 +0400
committerGravatar Vladimir Shabanov <vshabanoff@gmail.com>2011-09-12 00:43:41 +0400
commitc435d7c13df75ebff1d3d67fe57e6dfdcda55494 (patch)
tree2ed24abdc116b32079746584fe532fad6eea8629 /lib/ur/basis.urs
parent027e8d90fdd3f74698ed40974294fd053a70cd20 (diff)
Added 'target' attribute for 'a' tag.
Diffstat (limited to 'lib/ur/basis.urs')
-rw-r--r--lib/ur/basis.urs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ur/basis.urs b/lib/ur/basis.urs
index 03b4d4d1..8b0561c8 100644
--- a/lib/ur/basis.urs
+++ b/lib/ur/basis.urs
@@ -730,7 +730,7 @@ val ul : bodyTag boxAttrs
val hr : bodyTag boxAttrs
-val a : bodyTag ([Link = transaction page, Href = url] ++ boxAttrs)
+val a : bodyTag ([Link = transaction page, Href = url, Target = string] ++ boxAttrs)
val img : bodyTag ([Alt = string, Src = url, Width = int, Height = int,
Onabort = transaction unit, Onerror = transaction unit,