diff options
-rw-r--r-- | lib/ur/basis.urs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ur/basis.urs b/lib/ur/basis.urs index cdd49da9..6657034f 100644 --- a/lib/ur/basis.urs +++ b/lib/ur/basis.urs @@ -811,7 +811,7 @@ val image : ctx ::: {Unit} -> use ::: {Type} -> tag ([Src = url, Width = int, Height = int, Alt = string, Action = $use -> transaction page] ++ boxAttrs) ([Form] ++ ctx) ([Form] ++ ctx) use [] -val label : bodyTag ([For = string, Accesskey = string] ++ tableAttrs) +val label : bodyTag ([For = id, Accesskey = string] ++ tableAttrs) (*** AJAX-oriented widgets *) |