mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-01 18:18:31 +00:00
changed rel="shortcut icon" to rel="icon"
"icon" is standard and used by all modern browsers. Only IE needed "shortcut icon". Since is it not longer supported and would have needed an .ico-file, "icon" is the right value for rel.
This commit is contained in:
parent
d7ce2f0b98
commit
7c25c7715f
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
<script src="fn.js"></script>
|
||||
<title>Radicale Web Interface</title>
|
||||
<link href="css/main.css" media="screen" rel="stylesheet">
|
||||
<link href="css/icon.png" type="image/png" rel="shortcut icon">
|
||||
<link href="css/icon.png" type="image/png" rel="icon">
|
||||
<style>
|
||||
.hidden {display:none;}
|
||||
</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue