summaryrefslogtreecommitdiffstats
path: root/setup.cgi
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2007-03-21 02:39:22 +0100
committermkanat%bugzilla.org <>2007-03-21 02:39:22 +0100
commit0a18cfa0a6a941a2ed525e6c934cf6c25fc87fce (patch)
tree486de78f15f5525b8b1fcc9d80404eb204a739cf /setup.cgi
parente00a2bc886f86638a600030ebf98877db7a059fd (diff)
downloadbugzilla-0a18cfa0a6a941a2ed525e6c934cf6c25fc87fce.tar.gz
bugzilla-0a18cfa0a6a941a2ed525e6c934cf6c25fc87fce.tar.xz
Bug 374540: Print out the requirements in an HTML table instead of preformatted text
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
Diffstat (limited to 'setup.cgi')
-rw-r--r--setup.cgi4
1 files changed, 3 insertions, 1 deletions
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 '<pre>';
my $module_results = check_requirements(1);
+print '</table>';
+
+print '<pre>';
Bugzilla::Install::Requirements::print_module_instructions($module_results, 1);
print '</pre>';