summaryrefslogtreecommitdiffstats
path: root/core/templates/layout.guest.php
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-03-27 14:31:24 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-03-27 14:31:24 +0100
commitd2de6e7a663960f61e61ff8fca4ec2b765f39f93 (patch)
tree00cfafbf2bbbc6bd5b39d42ddda20d07d498c045 /core/templates/layout.guest.php
parent1469ce7b38fbd55a64fad05e95ca124ababdf3df (diff)
downloadnextcloud-server-d2de6e7a663960f61e61ff8fca4ec2b765f39f93.tar.gz
nextcloud-server-d2de6e7a663960f61e61ff8fca4ec2b765f39f93.zip
fix SVG replacement for logo so it works in IE8, fix #7866
Diffstat (limited to 'core/templates/layout.guest.php')
-rw-r--r--core/templates/layout.guest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/layout.guest.php b/core/templates/layout.guest.php
index 91157b923a5..5788d1d5bd3 100644
--- a/core/templates/layout.guest.php
+++ b/core/templates/layout.guest.php
@@ -36,7 +36,7 @@
<body id="body-login">
<div class="wrapper"><!-- for sticky footer -->
<header><div id="header">
- <div class='logo'></div>
+ <div class="logo svg"></div>
<div id="logo-claim" style="display:none;"><?php p($theme->getLogoClaim()); ?></div>
</div></header>