We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3eaa80 commit ddaad83Copy full SHA for ddaad83
assetic/jpeg_optimize.rst
@@ -293,7 +293,7 @@ file:
293
'twig' => array(
294
'functions' => array(
295
'jpegoptim' => array(
296
- 'output' => 'images/*.jpg'
+ 'output' => 'images/*.jpg',
297
),
298
299
templating.rst
@@ -723,7 +723,7 @@ correctly:
723
.. code-block:: html+php
724
725
<!-- app/Resources/views/Article/recent_list.html.php -->
726
- <?php foreach ($articles in $article): ?>
+ <?php foreach ($articles as $article): ?>
727
<a href="<?php echo $view['router']->generate('article_show', array(
728
'slug' => $article->getSlug(),
729
)) ?>">
0 commit comments