X-Git-Url: http://Server1/repobrowser/?p=kiriwrite%2F.git;a=blobdiff_plain;f=cgi-files%2FModules%2FPresentation%2FHTML4S.pm;h=99fb0ea430ad3fca84645fdd9c7ce43e1bfb8ba8;hp=44801ee65c0fb33440efc177b459d1a203a261e0;hb=807fbc25c35ea3cdf16adcb2106fbb63b3511a68;hpb=85e6e7b063bd2521c64c7eaaf86b91188feb5a95 diff --git a/cgi-files/Modules/Presentation/HTML4S.pm b/cgi-files/Modules/Presentation/HTML4S.pm index 44801ee..99fb0ea 100644 --- a/cgi-files/Modules/Presentation/HTML4S.pm +++ b/cgi-files/Modules/Presentation/HTML4S.pm @@ -30,7 +30,7 @@ use warnings; # Set the following values. -our $VERSION = "0.1.0"; +our $VERSION = "0.5.0"; my $pagedata = ""; my $tablevel = 0; @@ -1035,6 +1035,7 @@ sub addinputbox{ # MaxLength Specifies the maximum length of the input text box. # # Style Specifies the CSS style to use. # # Value Specifies a value for the input box. # +# Password Specifies the input box is a password box. # ################################################################################# # Get the options recieved.