mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-14 11:27:00 +00:00
minor #1978 [DOC] Fix documentation, recipes section (iamluc)
This PR was merged into the 1.x branch.
Discussion
----------
[DOC] Fix documentation, recipes section
Fix incorrect display on http://twig.sensiolabs.org/doc/recipes.html#loading-a-template-from-a-string
Commits
-------
ed8aa84 Fix documentation, recipes section
This commit is contained in:
+1
-1
@@ -499,7 +499,7 @@ Loading a Template from a String
|
||||
|
||||
From a template, you can easily load a template stored in a string via the
|
||||
``template_from_string`` function (available as of Twig 1.11 via the
|
||||
``Twig_Extension_StringLoader`` extension)::
|
||||
``Twig_Extension_StringLoader`` extension):
|
||||
|
||||
.. code-block:: jinja
|
||||
|
||||
|
||||
Reference in New Issue
Block a user