Skip to content

Commit

Permalink
{formPrint} is selectable
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Jul 7, 2020
1 parent 7086964 commit 7ae8cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bridges/FormsLatte/Runtime.php
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ public function getOption($key, $default = null)
$blueprint = new Latte\Runtime\Blueprint;
$end = $blueprint->printCanvas();
$blueprint->printHeader('Form ' . $form->getName());
$blueprint->printCode($body);
echo '<xmp>', $body, '</xmp>';
echo $end;
}
}

0 comments on commit 7ae8cf0

Please sign in to comment.