We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86da9b7 commit c35edf0Copy full SHA for c35edf0
src/Compiler.php
@@ -232,10 +232,7 @@ public function convert(): string
232
}
233
234
$this->rawBlocks[] = $this->createVariableBlock();
235
-
236
- if (count($this->rawBlocks)) {
237
- $html = implode("\n", $this->rawBlocks) . "\n" . $html;
238
- }
+ $html = implode("\n", $this->rawBlocks) . "\n" . $html;
239
240
$html = $this->replacePlaceholders($html);
241
$html = $this->replaceScopedPlaceholders($html);
0 commit comments