8000 bug #10665 [DependencyInjection] Fix ticket #10663 - Added setCharset… · sandermarechal/symfony@00e9598 · GitHub
[go: up one dir, main page]

Skip to content

Commit 00e9598

Browse files
committed
bug symfony#10665 [DependencyInjection] Fix ticket symfony#10663 - Added setCharset method call to PHP templating engine (koku)
This PR was submitted for the master branch but it was merged into the 2.3 branch instead (closes symfony#10665). Discussion ---------- [DependencyInjection] Fix ticket symfony#10663 - Added setCharset method call to PHP templating engine | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | symfony#10663 | License | MIT | Doc PR | N/A Commits ------- 0bc79ca Fix ticket symfony#10663 - Added setCharset method call to PHP templating engine.
2 parents 93bfb68 + 0bc79ca commit 00e9598

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Bundle/FrameworkBundle/Resources/config/templating_debug.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<argument type="service" id="templating.loader" />
2121
<argument type="service" id="debug.stopwatch" />
2222
<argument type="service" id="templating.globals" />
23+
<call method="setCharset"><argument>%kernel.charset%</argument></call>
2324
</service>
2425
</services>
2526
</container>

0 commit comments

Comments
 (0)
0