Skip to content

Commit

Permalink
tests: updated for Latte master
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Mar 10, 2015
1 parent 79a5b64 commit b9ec420
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Forms.Latte/expected/FormMacros.forms.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,6 @@ Nette\Bridges\FormsLatte\FormMacros::renderFormBegin($form = $_form = $_control[


<select<?php $_input = $_form["select"]; echo $_input->{method_exists($_input, 'getControlPart')?'getControlPart':'getControl'}()->attributes() ?>
><?php echo $_input->getControl()->getHtml() ?></select><?php
><?php echo $_input->getControl()->getHtml() ?></select>
<?php
%A%

0 comments on commit b9ec420

Please sign in to comment.