diff options
author | bbaetz%student.usyd.edu.au <> | 2002-06-28 09:18:02 +0200 |
---|---|---|
committer | bbaetz%student.usyd.edu.au <> | 2002-06-28 09:18:02 +0200 |
commit | d5f30d8dfda359d6761d164d3c650adf1716213b (patch) | |
tree | 4f2ee142ba674fa30f1b0f45781ed935e3b405d5 /changepassword.cgi | |
parent | 0b729766ba6298c596b6f9e1e5452642306d5e3e (diff) | |
download | bugzilla-d5f30d8dfda359d6761d164d3c650adf1716213b.tar.gz bugzilla-d5f30d8dfda359d6761d164d3c650adf1716213b.tar.xz |
Bug 148488 - more HTML validation fixes
r=jouni, gerv
Diffstat (limited to 'changepassword.cgi')
-rwxr-xr-x | changepassword.cgi | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/changepassword.cgi b/changepassword.cgi index dafe5c1ae..1bc560c17 100755 --- a/changepassword.cgi +++ b/changepassword.cgi @@ -24,16 +24,16 @@ use strict; print q{Content-type: text/html -<HTML> -<HEAD> -<META HTTP-EQUIV="Refresh" - CONTENT="0; URL=userprefs.cgi"> -</HEAD> -<BODY> +<html> +<head> +<meta http-equiv="Refresh" + content="0; URL=userprefs.cgi"> +</head> +<body> This URL is obsolete. Forwarding you to the correct one. -<P> -Going to <A HREF="userprefs.cgi">userprefs.cgi</A> -<BR> -</BODY> -</HTML> +<p> +Going to <a href="userprefs.cgi">userprefs.cgi</a> +<br> +</body> +</html> } |