Fix missing space after if keyword
This commit is contained in:
parent
aa7c1d0fe8
commit
15ee5dee05
|
|
@ -275,7 +275,7 @@ class TemplateProcessor
|
||||||
|
|
||||||
$where = $this->findContainingXmlBlockForMacro($search, 'w:r');
|
$where = $this->findContainingXmlBlockForMacro($search, 'w:r');
|
||||||
|
|
||||||
if($where === false) {
|
if ($where === false) {
|
||||||
return ;
|
return ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue