diff options
author | terry%mozilla.org <> | 1999-08-28 02:17:43 +0200 |
---|---|---|
committer | terry%mozilla.org <> | 1999-08-28 02:17:43 +0200 |
commit | 72346057125ba53b1604e80245c0814b4d6956cb (patch) | |
tree | 0688aecfea67d23a06eec3638556302a48808ec2 /changepassword.cgi | |
parent | 1242d81546313b9029a2c19635882c6221a3cb3a (diff) | |
download | bugzilla-72346057125ba53b1604e80245c0814b4d6956cb.tar.gz bugzilla-72346057125ba53b1604e80245c0814b4d6956cb.tar.xz |
Added a missing </form>.
Diffstat (limited to 'changepassword.cgi')
-rwxr-xr-x | changepassword.cgi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changepassword.cgi b/changepassword.cgi index 66dff014b..068180fbd 100755 --- a/changepassword.cgi +++ b/changepassword.cgi @@ -81,6 +81,7 @@ On which of these bugs would you like email notification of changes?</td> </table> <hr> <input type=submit value=Submit> +</form> <hr> "; navigation_header(); |