Fix path
This commit is contained in:
parent
fc9787ed64
commit
06ec82fd68
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue