Skip to content

Commit 9005984

Browse files
author
daFish
committed
Use double ticks for inline code.
1 parent fda8156 commit 9005984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/form/form_collections.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ you need to have a complete custom prototype you can render it yourself:
671671
.. code-block:: html+jinja
672672
data-prototype="{% filter escape %}{% include 'AcmeTaskBundle:Task:prototypeTask.html.twig' with { 'form': form.task.get('prototype') } %}{% endfilter %}"
673673

674-
The included `AcmeTaskBundle:Task:prototypeTask.html.twig` contains the
674+
The included ``AcmeTaskBundle:Task:prototypeTask.html.twig`` contains the
675675
markup used for the prototype. This way you can not only easily structure
676676
your prototype-markup, you can also use this markup to render the
677677
contents of the collection when it already holds items:

0 commit comments

Comments
 (0)