Skip to content

Commit 2afa92b

Browse files
committed
minor #8787 Remove references to "standard edition" or "distributions" (javiereguiluz)
This PR was merged into the 4.0 branch. Discussion ---------- Remove references to "standard edition" or "distributions" This one was simple. There are still references to this in `/contributing/code/reproducer.rst`, but the update is complex. We'll reword it later. Commits ------- 10116b2 Remove references to "standard edition" or "distributions"
2 parents c024209 + 10116b2 commit 2afa92b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

reference/configuration/twig.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,9 @@ charset
228228

229229
**type**: ``string`` **default**: ``'%kernel.charset%'``
230230

231-
The charset used by the template files. In the Symfony Standard edition this
232-
defaults to the ``UTF-8`` charset.
231+
The charset used by the template files. By default it's the same as the value of
232+
the ``kernel.charset`` container parameter, which is ``UTF-8`` by default in
233+
Symfony applications.
233234

234235
date
235236
~~~~

0 commit comments

Comments
 (0)