Skip to content

Commit

Permalink
tests: updated latte
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed May 27, 2014
1 parent 2ac992f commit 72c32a2
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 @@ -91,7 +91,8 @@ Nette\Bridges\FormsLatte\FormMacros::renderFormBegin($form = $_form = $_control[
><?php echo $_input->getControl()->getHtml() ?></select>


<textarea title="<?php echo htmlSpecialChars(10) ?>"<?php $_input = $_form["area"]; echo $_input->{method_exists($_input, 'getControlPart')?'getControlPart':'getControl'}()->addAttributes(array (
<textarea title="<?php echo Latte\Runtime\Filters::escapeHtml(10, ENT_COMPAT) ?>
"<?php $_input = $_form["area"]; echo $_input->{method_exists($_input, 'getControlPart')?'getControlPart':'getControl'}()->addAttributes(array (
'title' => NULL,
))->attributes() ?>><?php echo $_input->getControl()->getHtml() ?></textarea>

Expand Down

0 comments on commit 72c32a2

Please sign in to comment.