remove space

This commit is contained in:
troosan 2021-02-05 21:25:21 +01:00 committed by GitHub
parent 15ee5dee05
commit 24e46544d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,7 @@ class TemplateProcessor
$where = $this->findContainingXmlBlockForMacro($search, 'w:r');
if ($where === false) {
return ;
return;
}
$block = $this->getSlice($where['start'], $where['end']);