Merge pull request #339 from tflidd/fix330

Fix missing quote
This commit is contained in:
Morris Jobke
2017-01-30 12:15:37 -06:00
committed by GitHub

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