Commit d6a7a30b authored by Fabien Potencier's avatar Fabien Potencier

Merge branch '1.3'

* 1.3:
  fixed docs
parents 152fef8e 12e6ae50
...@@ -150,7 +150,13 @@ is registered): ...@@ -150,7 +150,13 @@ is registered):
.. note:: .. note::
Read the Twig reference_ for Symfony document to learn more about the various Twig functions You must prepend the ``app.request.baseUrl`` to render calls to ensure
that the render works when deployed into a sub-directory of the docroot.
.. note::
Read the Twig `reference`_ for Symfony document to learn more about the
various Twig functions.
Traits Traits
------ ------
...@@ -192,4 +198,4 @@ You can configure the Twig environment before using it by extending the ...@@ -192,4 +198,4 @@ You can configure the Twig environment before using it by extending the
For more information, check out the `official Twig documentation For more information, check out the `official Twig documentation
<http://twig.sensiolabs.org>`_. <http://twig.sensiolabs.org>`_.
.. reference_:: https://symfony.com/doc/current/reference/twig_reference.html#controller .. _reference_: https://symfony.com/doc/current/reference/twig_reference.html#controller
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment