remove space
This commit is contained in:
parent
15ee5dee05
commit
24e46544d8
|
|
@ -276,7 +276,7 @@ class TemplateProcessor
|
|||
$where = $this->findContainingXmlBlockForMacro($search, 'w:r');
|
||||
|
||||
if ($where === false) {
|
||||
return ;
|
||||
return;
|
||||
}
|
||||
|
||||
$block = $this->getSlice($where['start'], $where['end']);
|
||||
|
|
|
|||
Loading…
Reference in New Issue