diff options
author | tara%tequilarista.org <> | 2000-06-15 12:07:13 +0000 |
---|---|---|
committer | tara%tequilarista.org <> | 2000-06-15 12:07:13 +0000 |
commit | 58ff15cd11110e42d7bac4cf80a23229e6c74a47 (patch) | |
tree | a5bdc35ba3d43c2aa9133b9ad55ae200d042e08e /createaccount.cgi | |
parent | 2d687b416e360038ba9521b3e47ab2342977bd09 (diff) | |
download | bugs-58ff15cd11110e42d7bac4cf80a23229e6c74a47.tar bugs-58ff15cd11110e42d7bac4cf80a23229e6c74a47.tar.gz bugs-58ff15cd11110e42d7bac4cf80a23229e6c74a47.tar.bz2 bugs-58ff15cd11110e42d7bac4cf80a23229e6c74a47.tar.xz bugs-58ff15cd11110e42d7bac4cf80a23229e6c74a47.zip |
Fixing bug #17779 with patch from cdurst@world.std.com
Diffstat (limited to 'createaccount.cgi')
-rwxr-xr-x | createaccount.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/createaccount.cgi b/createaccount.cgi index 14420a65e..3107f6a5d 100755 --- a/createaccount.cgi +++ b/createaccount.cgi @@ -86,7 +86,7 @@ as well. <td><input size=35 name=realname></td> </tr> </table> -<input type=submit> +<input type="submit" value="Create Account"> }; PutFooter(); |