mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-16 12:26:30 +00:00
merged branch iamdto/master (PR #969)
This PR was merged into the master branch.
Commits
-------
9d25425 Fixed typo that messes up with syntax highlighting
Discussion
----------
[Documentation] Fixed typo
This commit is contained in:
+1
-1
@@ -217,7 +217,7 @@ the values you pass as arguments:
|
||||
{{ data|convert_encoding(from='iso-2022-jp', to='UTF-8') }}
|
||||
|
||||
Named arguments also allow you to skip some arguments for which you don't want
|
||||
to change the default value::
|
||||
to change the default value:
|
||||
|
||||
.. code-block:: jinja
|
||||
|
||||
|
||||
Reference in New Issue
Block a user