]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix breaking error due to ... a wrong icon link. Seriously?
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 14 Aug 2013 14:19:02 +0000 (16:19 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 14 Aug 2013 14:19:02 +0000 (16:19 +0200)
apps/files/templates/index.php

index 89604c4fa0b2ba871edaf05f97f45e5a164160ed..8598ead240491a9d564aae3289195998bba40840 100644 (file)
@@ -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>