Skip to content

Commit 7ae8cf0

Browse files
committed
{formPrint} is selectable
1 parent 7086964 commit 7ae8cf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Bridges/FormsLatte/Runtime.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ public function getOption($key, $default = null)
150150
$blueprint = new Latte\Runtime\Blueprint;
151151
$end = $blueprint->printCanvas();
152152
$blueprint->printHeader('Form ' . $form->getName());
153-
$blueprint->printCode($body);
153+
echo '<xmp>', $body, '</xmp>';
154154
echo $end;
155155
}
156156
}

0 commit comments

Comments
 (0)