mirror of
https://github.com/nextcloud/server.git
synced 2026-03-12 05:33:11 -04:00
fix breaking error due to ... a wrong icon link. Seriously?
This commit is contained in:
parent
79a5e2a4cc
commit
320bf0e8c1
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
|||
data-type='file'><p><?php p($l->t('Text file'));?></p></li>
|
||||
<li style="background-image:url('<?php p(OCP\mimetype_icon('dir')) ?>')"
|
||||
data-type='folder'><p><?php p($l->t('Folder'));?></p></li>
|
||||
<li style="background-image:url('<?php p(OCP\image_path('core', 'web.svg')) ?>')"
|
||||
<li style="background-image:url('<?php p(OCP\image_path('core', 'filetypes/web.svg')) ?>')"
|
||||
data-type='web'><p><?php p($l->t('From link'));?></p></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue