From: lpsolit%gmail.com <> Date: Thu, 6 Jul 2006 04:51:47 +0000 (+0000) Subject: Extra blank in the XML::Twig warning - r=wicked on IRC X-Git-Tag: bugzilla-2.23.2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=733c808df91efa68fd2ff3da008b4dfc42420644;p=thirdparty%2Fbugzilla.git Extra blank in the XML::Twig warning - r=wicked on IRC --- diff --git a/checksetup.pl b/checksetup.pl index 280b99aca7..a934b6519e 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -423,7 +423,7 @@ if ((!$gd || !$chartbase) && !$silent) { } if (!$xmlparser && !$silent) { print "If you want to use the bug import/export feature to move bugs to\n", - "or from other bugzilla installations, you will need to install\n ", + "or from other bugzilla installations, you will need to install\n", "the XML::Twig module by running (as $::root):\n\n", " " . install_command("XML::Twig") . "\n\n"; }