From aca09446a859e6e2b1baae6f00463a38cc0e39d0 Mon Sep 17 00:00:00 2001 From: "Andrew (Andrius) Marcinkevicius" Date: Mon, 5 Jan 2015 19:57:49 +0200 Subject: [PATCH] Update templating.rst --- book/templating.rst | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/book/templating.rst b/book/templating.rst index 71a5921ae44..6884ebc5789 100644 --- a/book/templating.rst +++ b/book/templating.rst @@ -1035,9 +1035,14 @@ argument (or the ``version`` argument) to the desired version: .. code-block:: html+php - Symfony! - -If you dont give a version or pass ``null``, the default package version + Symfony! + +If you don't give a version or pass ``null``, the default package version (from :ref:`ref-framework-assets-version`) will be used. If you pass ``false``, versioned URL will be deactivated for this asset. @@ -1055,7 +1060,11 @@ If you need absolute URLs for assets, you can set the third argument (or the .. code-block:: html+php - Symfony! + Symfony! .. index:: single: Templating; Including stylesheets and JavaScripts