summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/templates
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2014-06-14 15:26:27 +0200
committerMorris Jobke <hey@morrisjobke.de>2014-06-14 15:26:27 +0200
commit06ec82fd683bfd30cc17fdbdd93c05b4b2dd655f (patch)
tree7e25d536801b01f5fc9dd51f201e8f2e57087fb9 /apps/files_sharing/templates
parentfc9787ed64c9695d0b7ba98ec63590326b472813 (diff)
downloadnextcloud-server-06ec82fd683bfd30cc17fdbdd93c05b4b2dd655f.tar.gz
nextcloud-server-06ec82fd683bfd30cc17fdbdd93c05b4b2dd655f.zip
Fix path
Diffstat (limited to 'apps/files_sharing/templates')
-rw-r--r--apps/files_sharing/templates/authenticate.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/templates/authenticate.php b/apps/files_sharing/templates/authenticate.php
index 297f8910be0..0c4ac6ca445 100644
--- a/apps/files_sharing/templates/authenticate.php
+++ b/apps/files_sharing/templates/authenticate.php
@@ -12,7 +12,7 @@
placeholder="<?php p($l->t('Password')); ?>" value=""
autocomplete="off" autocapitalize="off" autocorrect="off"
autofocus />
- <img class="svg" id="password-icon" src="/master/core/img/actions/password.svg" alt="">
+ <img class="svg" id="password-icon" src="<?php print_unescaped(image_path('', 'actions/password.svg')); ?>" alt=""/>
<input type="submit" value="" class="svg icon-confirm" />
</p>
</fieldset>