File tree 2 files changed +2
-2
lines changed
tests/Caching.Latte/expected
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 20
20
},
21
21
"require-dev" : {
22
22
"nette/tester" : " ~1.0" ,
23
- "latte/latte" : " ~2.2"
23
+ "latte/latte" : " ~2.2.2 "
24
24
},
25
25
"conflict" : {
26
26
"nette/nette" : " <2.2"
Original file line number Diff line number Diff line change @@ -15,6 +15,6 @@ Noncached content
15
15
16
16
<h1><?php echo Latte \Runtime \Filters::escapeHtml ($ template ->upper ($ title ), ENT_NOQUOTES ) ?> </h1>
17
17
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 ()) ?>
19
19
20
20
<?php $ _l ->tmp = array_pop ($ _g ->caches ); if (!$ _l ->tmp instanceof stdClass) $ _l ->tmp ->end (); }
You can’t perform that action at this time.
0 commit comments