summaryrefslogtreecommitdiffstats
path: root/core/templates/layout.guest.php
diff options
context:
space:
mode:
authorClark Tomlinson <fallen013@gmail.com>2014-08-22 16:26:39 -0400
committerClark Tomlinson <fallen013@gmail.com>2014-08-22 16:26:39 -0400
commite0a8321b23155bc894765dade6b3038160ca00f4 (patch)
treef385ef6232e54301f65e69675409029e4e95406f /core/templates/layout.guest.php
parenta77d468d3568055ee85dd9508a2f009cb5da650f (diff)
downloadnextcloud-server-e0a8321b23155bc894765dade6b3038160ca00f4.tar.gz
nextcloud-server-e0a8321b23155bc894765dade6b3038160ca00f4.zip
Adding type to favicon
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 a2d386e86d4..00950802fec 100644
--- a/core/templates/layout.guest.php
+++ b/core/templates/layout.guest.php
@@ -13,7 +13,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0">
<meta name="apple-itunes-app" content="app-id=543672169">
- <link rel="shortcut icon" href="<?php print_unescaped(image_path('', 'favicon.png')); ?>" />
+ <link rel="shortcut icon" type="image/png" href="<?php print_unescaped(image_path('', 'favicon.png')); ?>" />
<link rel="apple-touch-icon-precomposed" href="<?php print_unescaped(image_path('', 'favicon-touch.png')); ?>" />
<?php foreach($_['cssfiles'] as $cssfile): ?>
<link rel="stylesheet" href="<?php print_unescaped($cssfile); ?>" type="text/css" media="screen" />