]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Extra blank in the XML::Twig warning - r=wicked on IRC
authorlpsolit%gmail.com <>
Thu, 6 Jul 2006 04:51:47 +0000 (04:51 +0000)
committerlpsolit%gmail.com <>
Thu, 6 Jul 2006 04:51:47 +0000 (04:51 +0000)
checksetup.pl

index 280b99aca742fc72a6c9f6568b06ec44e5758fb1..a934b6519ea3b2b94354218913819b77ea5a8156 100755 (executable)
@@ -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";
 }