Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/search
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2013-02-28 19:52:36 +0400
committerLukas Reschke <lukas@statuscode.ch>2013-02-28 19:52:36 +0400
commita6643a99777cdfe9b6d65139877662147c0e9775 (patch)
tree6d0b202bc084ac73a214ab0c61f89064ec41ea72 /search
parentce6f7fca1b3fedc471f1f0586682907e996d51c9 (diff)
Replace image path
Diffstat (limited to 'search')
-rw-r--r--search/templates/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/search/templates/index.php b/search/templates/index.php
index 879375466..fa39d69cf 100644
--- a/search/templates/index.php
+++ b/search/templates/index.php
@@ -23,7 +23,7 @@
<span class='name'><?php p($l->t('Name')); ?></span>
<span class='selectedActions'>
<?php if ($_['allowZipDownload']) : ?>
- <a href="" class="download"><img class='svg' alt="Download" src="<?php echo OCP\image_path("core", "actions/download.svg"); ?>" /> <?php p($l->t('Download')) ?></a>
+ <a href="" class="download"><img class='svg' alt="Download" src="<?php print_unescaped(OCP\image_path("core", "actions/download.svg")); ?>" /> <?php p($l->t('Download')) ?></a>
<?php endif; ?>
</span>
</th>