summaryrefslogtreecommitdiffstats
path: root/core/templates/layout.base.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.base.php
parenta77d468d3568055ee85dd9508a2f009cb5da650f (diff)
downloadnextcloud-server-e0a8321b23155bc894765dade6b3038160ca00f4.tar.gz
nextcloud-server-e0a8321b23155bc894765dade6b3038160ca00f4.zip
Adding type to favicon
Diffstat (limited to 'core/templates/layout.base.php')
-rw-r--r--core/templates/layout.base.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/layout.base.php b/core/templates/layout.base.php
index 7895e624507..127e99be84d 100644
--- a/core/templates/layout.base.php
+++ b/core/templates/layout.base.php
@@ -12,7 +12,7 @@
</title>
<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">
- <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" />