diff options
author | terry%mozilla.org <> | 1999-05-13 03:27:18 +0200 |
---|---|---|
committer | terry%mozilla.org <> | 1999-05-13 03:27:18 +0200 |
commit | 95b43e67166b0d87be6d2386492caf44e55cd4c8 (patch) | |
tree | c2444b2b23d38a58316499bf9a0fafcc987fac23 | |
parent | b76a02502d1e3abf05d8aef379d14ac259619526 (diff) | |
download | bugzilla-95b43e67166b0d87be6d2386492caf44e55cd4c8.tar.gz bugzilla-95b43e67166b0d87be6d2386492caf44e55cd4c8.tar.xz |
Minor formatting tweak.
-rwxr-xr-x | changepassword.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/changepassword.cgi b/changepassword.cgi index 25ea4e7c3..4a12b67f5 100755 --- a/changepassword.cgi +++ b/changepassword.cgi @@ -26,7 +26,7 @@ confirm_login(); print "Content-type: text/html\n\n"; if (! defined $::FORM{'pwd1'}) { - PutHeader("Preferences", "Change your password and other preferences", + PutHeader("Preferences", "Change your password and<br>other preferences", $::COOKIE{'Bugzilla_login'}); my $qacontactpart = ""; |