Skip to content

Commit bf0c893

Browse files
Evert Harmelingweaverryan
authored andcommitted
Update book/templating.rst
Missed a ':' which caused bad code highlighting
1 parent 9dded7f commit bf0c893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/templating.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -928,7 +928,7 @@ you're actually using the templating engine service. For example::
928928

929929
return $this->render('AcmeArticleBundle:Article:index.html.twig');
930930

931-
is equivalent to:
931+
is equivalent to::
932932

933933
$engine = $this->container->get('templating');
934934
$content = $engine->render('AcmeArticleBundle:Article:index.html.twig');

0 commit comments

Comments
 (0)