Index: openacs-4/packages/acs-templating/www/doc/widgets/input.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/widgets/input.html,v diff -u -r1.2 -r1.2.2.1 --- openacs-4/packages/acs-templating/www/doc/widgets/input.html 16 Jun 2015 08:53:39 -0000 1.2 +++ openacs-4/packages/acs-templating/www/doc/widgets/input.html 20 Aug 2015 17:19:54 -0000 1.2.2.1 @@ -18,13 +18,13 @@
This is simply an <input type=hidden>
widget, which is used
+
This is simply an <input type="hidden">
widget, which is used
for passing pre-set variables along with the form.
This widget allows the user to enter one line of text. It is completely identical to
-the <input type=text>. The -html
parameter can be used to set its
+the <input type="text">. The -html
parameter can be used to set its
properties (such as size
, maxlength
, etc.), as described in
the general widgets reference. The value of this widget is
the text string.