From 95b43e67166b0d87be6d2386492caf44e55cd4c8 Mon Sep 17 00:00:00 2001
From: "terry%mozilla.org" <>
Date: Thu, 13 May 1999 01:27:18 +0000
Subject: [PATCH] Minor formatting tweak.

---
 changepassword.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 = "";
-- 
2.24.1