diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-02-11 08:02:14 -0800 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-02-11 08:02:14 -0800 |
commit | ca99ff31dcc48a3eea343ba8020d92f4e3a526c6 (patch) | |
tree | 5b85214a5201d01ce1a1d6e4c01302cab59d287d /apps | |
parent | 130f1006c1e7fad872cc008856db03da24399ecd (diff) | |
parent | 9c8f5de6c6338ef63af8ab8d83a8dae301580abe (diff) | |
download | nextcloud-server-ca99ff31dcc48a3eea343ba8020d92f4e3a526c6.tar.gz nextcloud-server-ca99ff31dcc48a3eea343ba8020d92f4e3a526c6.zip |
Merge pull request #1627 from owncloud/home-svg
svg replacement for breadcrumb home icon, fix #1620
Diffstat (limited to 'apps')
-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;?> |