Fix missing quote

This commit is contained in:
tflidd
2017-01-29 12:01:45 +01:00
parent 73a1ff5437
commit 758971014e

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')); ?>" />