changeset 1560:63311c13d9f7

Added 'target' attribute for 'a' tag.
author Vladimir Shabanov <vshabanoff@gmail.com>
date Mon, 12 Sep 2011 00:43:41 +0400
parents df6a7a22760a
children 3b57a6ddef1a
files lib/ur/basis.urs
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/ur/basis.urs	Sun Sep 11 14:14:49 2011 -0400
+++ b/lib/ur/basis.urs	Mon Sep 12 00:43:41 2011 +0400
@@ -730,7 +730,7 @@
 
 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,