From 46f603d273215dceb50c1e0ee097cbbc7e30b851 Mon Sep 17 00:00:00 2001 From: Kohsuke Kawaguchi Date: Mon, 3 Jun 2013 10:02:51 -0700 Subject: [PATCH] just a bit more type information --- core/src/main/resources/lib/form/number.jelly | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/main/resources/lib/form/number.jelly b/core/src/main/resources/lib/form/number.jelly index e058411c9e..680480bd88 100644 --- a/core/src/main/resources/lib/form/number.jelly +++ b/core/src/main/resources/lib/form/number.jelly @@ -28,10 +28,10 @@ THE SOFTWARE. Generates an input field <input type="number" ... /> to be used inside <f:entry/> - + Used for databinding. TBD. - + This becomes @name of the <input> tag. If @field is specified, this value is inferred from it. -- GitLab