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 7086964 commit 7ae8cf0Copy full SHA for 7ae8cf0
src/Bridges/FormsLatte/Runtime.php
@@ -150,7 +150,7 @@ public function getOption($key, $default = null)
150
$blueprint = new Latte\Runtime\Blueprint;
151
$end = $blueprint->printCanvas();
152
$blueprint->printHeader('Form ' . $form->getName());
153
- $blueprint->printCode($body);
+ echo '<xmp>', $body, '</xmp>';
154
echo $end;
155
}
156
0 commit comments