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