diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-02-11 16:18:46 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-02-11 16:19:22 +0100 |
commit | 9c8f5de6c6338ef63af8ab8d83a8dae301580abe (patch) | |
tree | 7c3d9fa78be04b2b351e8674ba811c7dbfabd5b0 | |
parent | eed48c815915cb57e2e6af75ad052fefdf922a73 (diff) | |
download | nextcloud-server-9c8f5de6c6338ef63af8ab8d83a8dae301580abe.tar.gz nextcloud-server-9c8f5de6c6338ef63af8ab8d83a8dae301580abe.zip |
svg replacement for breadcrumb home icon, fix #1620
-rw-r--r-- | apps/files/templates/part.breadcrumb.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/templates/part.breadcrumb.php b/apps/files/templates/part.breadcrumb.php index 8778915be84..4cc2c4dce9e 100644 --- a/apps/files/templates/part.breadcrumb.php +++ b/apps/files/templates/part.breadcrumb.php @@ -1,7 +1,7 @@ <?php if(count($_["breadcrumb"])):?> <div class="crumb"> <a href="<?php echo $_['baseURL']; ?>"> - <img src="<?php echo OCP\image_path('core','places/home.svg');?>" /> + <img src="<?php echo OCP\image_path('core','places/home.svg');?>" class="svg" /> </a> </div> <?php endif;?> |