diff options
author | bbaetz%student.usyd.edu.au <> | 2002-04-15 11:47:52 +0200 |
---|---|---|
committer | bbaetz%student.usyd.edu.au <> | 2002-04-15 11:47:52 +0200 |
commit | e75e6d0f714e77b1d7b700dca62aba0fd9a5385d (patch) | |
tree | e19b43031fb0ef1012319ac8b6a694953c90d0a3 /reports.cgi | |
parent | 61d65a657abb4c88c725c04db8f3c6b9cd43ef59 (diff) | |
download | bugzilla-e75e6d0f714e77b1d7b700dca62aba0fd9a5385d.tar.gz bugzilla-e75e6d0f714e77b1d7b700dca62aba0fd9a5385d.tar.xz |
Bug 129442 - make html of a default installation (mostly) HTML 4.01
transitional compliant
Original patch by chema@ximian.com, modified/extended by
bbaetz@student.usyd.edu.au
r=gerv, justdave
Diffstat (limited to 'reports.cgi')
-rwxr-xr-x | reports.cgi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/reports.cgi b/reports.cgi index 6a80a7115..4a2bd739a 100755 --- a/reports.cgi +++ b/reports.cgi @@ -171,6 +171,7 @@ sub choose_product { print <<FIN; <center> <h1>Welcome to the Bugzilla Query Kitchen</h1> +</center> <form method=get action=reports.cgi> <table border=1 cellpadding=5> <tr> |