Skip to content

Commit 0dcff13

Browse files
committed
1 parent 5938b1b commit 0dcff13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"require-dev": {
2222
"nette/tester": "~1.0",
23-
"latte/latte": "~2.2"
23+
"latte/latte": "~2.2.2"
2424
},
2525
"conflict": {
2626
"nette/nette": "<2.2"

tests/Caching.Latte/expected/CacheMacro.cache.phtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ Noncached content
1515

1616
<h1><?php echo Latte\Runtime\Filters::escapeHtml($template->upper($title), ENT_NOQUOTES) ?></h1>
1717

18-
<?php $_l->templates['%[a-z0-9]+%']->renderChildTemplate('include.cache.latte', array('localvar' => 11) + $template->getParameters()) ?>
18+
<?php $_b->templates['%[a-z0-9]+%']->renderChildTemplate('include.cache.latte', array('localvar' => 11) + $template->getParameters()) ?>
1919

2020
<?php $_l->tmp = array_pop($_g->caches); if (!$_l->tmp instanceof stdClass) $_l->tmp->end(); }

0 commit comments

Comments
 (0)