Skip to content

Commit a653510

Browse files
loevgaardjaviereguiluz
authored andcommitted
Missing > in image tags
1 parent c166715 commit a653510

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/encore/copy-files.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ To render inside Twig, use the ``asset()`` function:
5757
.. code-block:: html+twig
5858

5959
{# assets/images/logo.png was copied to web/build/logo.png #}
60-
<img src="{{ asset('build/logo.png') }}"
60+
<img src="{{ asset('build/logo.png') }}">
6161

6262
{# assets/images/subdir/logo.png was copied to web/build/subdir/logo.png #}
63-
<img src="{{ asset('build/subdir/logo.png') }}"
63+
<img src="{{ asset('build/subdir/logo.png') }}">
6464

6565
Make sure you've enabled the :ref:`json_manifest_path <load-manifest-files>` option,
6666
which tells the ``asset()`` function to read the final paths from the ``manifest.json``

0 commit comments

Comments
 (0)