From 0a18cfa0a6a941a2ed525e6c934cf6c25fc87fce Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Wed, 21 Mar 2007 01:39:22 +0000 Subject: Bug 374540: Print out the requirements in an HTML table instead of preformatted text Patch By Max Kanat-Alexander (module owner) a=mkanat --- setup.cgi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'setup.cgi') diff --git a/setup.cgi b/setup.cgi index 7b4aa4554..5b3dffd96 100644 --- a/setup.cgi +++ b/setup.cgi @@ -53,8 +53,10 @@ print install_string('header', get_version_and_os()); # Check Requirements # ###################### -print '
';
 my $module_results = check_requirements(1);
+print '';
+
+print '
';
 Bugzilla::Install::Requirements::print_module_instructions($module_results, 1);
 print '
'; -- cgit v1.2.3-24-g4f1b