mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Fix missing quote
This commit is contained in:
parent
650ce51a0a
commit
60c705e1d4
@ -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')); ?>" />
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user