Skip to content

Commit 7801de3

Browse files
committed
Merge branch 'master' of https://github.com/vjousse/symfony-docs into vjousse-master
2 parents d4f6f5a + 02b30f4 commit 7801de3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

book/templating.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -419,8 +419,8 @@ that specify the *format* and *engine* for that template.
419419
* **BlogBundle:Blog:index.css.twig** - CSS format, Twig engine
420420

421421
By default, any Symfony2 template can be written in either Twig or PHP, and
422-
the first part of the extension specifies which of these two *engines*
423-
should be used. The second part of the extension, (e.g. HTML, CSS, etc)
422+
the second part of the extension specifies which of these two *engines*
423+
should be used. The first part of the extension, (e.g. HTML, CSS, etc)
424424
is the finished format that the template will generate. Unlike the engine,
425425
which determines how Symfony2 parses the template, this is simply an organizational
426426
tactic used in case the same content ever needs to be rendered as HTML
@@ -1124,4 +1124,4 @@ Learn more from the Cookbook
11241124
.. _`Output Escaping`: http://www.twig-project.org
11251125
.. _`tags`: http://www.twig-project.org/doc/templates.html#comments
11261126
.. _`filters`: http://www.twig-project.org/doc/templates.html#list-of-built-in-filters
1127-
.. _`add your own extensions`: http://www.twig-project.org/doc/advanced.html
1127+
.. _`add your own extensions`: http://www.twig-project.org/doc/advanced.html

0 commit comments

Comments
 (0)