From 0e9449ed096c603ce038f675a9a46e8b852676d8 Mon Sep 17 00:00:00 2001 From: "Andrew (Andrius) Marcinkevicius" Date: Mon, 5 Jan 2015 19:57:49 +0200 Subject: [PATCH 1/2] Update templating.rst | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.5 | Fixed tickets | --- book/templating.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/templating.rst b/book/templating.rst index 71a5921ae44..552ecccc72e 100644 --- a/book/templating.rst +++ b/book/templating.rst @@ -1037,7 +1037,7 @@ argument (or the ``version`` argument) to the desired version: Symfony! -If you dont give a version or pass ``null``, the default package version +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. From e6048145765dad7dd28a51d5ea8aef92f7698d85 Mon Sep 17 00:00:00 2001 From: "Andrew (Andrius) Marcinkevicius" Date: Tue, 6 Jan 2015 09:52:02 +0200 Subject: [PATCH 2/2] Update templating.rst --- book/templating.rst | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/book/templating.rst b/book/templating.rst index 552ecccc72e..6884ebc5789 100644 --- a/book/templating.rst +++ b/book/templating.rst @@ -1035,7 +1035,12 @@ argument (or the ``version`` argument) to the desired version: .. code-block:: html+php - Symfony! + 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``, @@ -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