Skip to content

Commit e42a5a5

Browse files
author
daFish
committed
Use double ticks for inline code.
1 parent 83ae106 commit e42a5a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/form/form_collections.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,7 @@ you need to have a complete custom prototype you can render it yourself:
744744
.. code-block:: html+jinja
745745
data-prototype="{% filter escape %}{% include 'AcmeTaskBundle:Task:prototypeTask.html.twig' with { 'form': form.task.get('prototype') } %}{% endfilter %}"
746746

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

0 commit comments

Comments
 (0)