Confluences bugfixes, Fix documentation
Make it easier to spot where an error comes from when uploading to confluence. Allow to upload documentation without a prefix.
This commit is contained in:
@ -73,6 +73,9 @@ class Generator implements \Todaymade\Daux\Format\Base\Generator
|
||||
|
||||
$confluence = $params['confluence'];
|
||||
$this->prefix = trim($confluence['prefix']) . ' ';
|
||||
if ($this->prefix == ' ') {
|
||||
$this->prefix = '';
|
||||
}
|
||||
|
||||
$tree = $this->runAction(
|
||||
'Generating Tree ...',
|
||||
|
Reference in New Issue
Block a user