Fix missing quote

This commit is contained in:
tflidd 2017-01-29 12:01:45 +01:00
parent 650ce51a0a
commit 60c705e1d4

View File

@ -64,5 +64,5 @@ To generate links to images use the **image_path** function:
.. code-block:: php
<img src="<?php print_unescaped(image_path('myapp', 'app.png')); ?> />
<img src="<?php print_unescaped(image_path('myapp', 'app.png')); ?>" />