Bugfixes in confluence

This commit is contained in:
Stéphane Goetz 2015-07-15 11:06:01 +02:00 gecommit door Stéphane Goetz
bovenliggende 4f33394c77
commit 1f4f18dccf
2 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen

Bestand weergeven

@ -49,7 +49,7 @@ class Publisher
try {
return $this->runAction($title, $this->output, $this->width, $closure);
} catch (BadResponseException $e) {
echo " X Failed with message: " . $e->getMessage() . "\n";
$this->output->writeLn(" <error>" . $e->getMessage() . "</error>");
}
}

Bestand weergeven

@ -39,7 +39,7 @@ class Command extends SymfonyCommand
switch(strtolower($input->getOption('format'))) {
case 'confluence':
(new ConfluenceGenerator())->generate($daux, $input->getOption('destination'), $output, $width);
(new ConfluenceGenerator())->generate($daux, $output, $width);
break;
case 'html':
default: