diff --git a/nntmux/XXX.php b/nntmux/XXX.php index f9cb8ee4a..16c625c3a 100755 --- a/nntmux/XXX.php +++ b/nntmux/XXX.php @@ -573,8 +573,7 @@ class XXX if ($this->echooutput) { ColorCLI::doEcho( - ColorCLI::headerOver(($xxxID !== false ? 'Added/updated XXX movie: ' : 'Nothing to update for XXX movie: ')) . - ColorCLI::primary($mov['title']) + ColorCLI::headerOver(($xxxID !== false ? 'Added/updated XXX movie: ' . ColorCLI::primary($mov['title']) : 'Nothing to update for XXX movie: ' . ColorCLI::primary($mov['title']))) ); }