diff options
| author | XhmikosR <[email protected]> | 2014-05-22 10:55:28 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2014-05-22 10:55:28 +0300 |
| commit | cae7dee2361c7023bd147570509a0c40ade3c4e9 (patch) | |
| tree | 228773b31258fc19663138bb62162be35d1bfa23 /docs/_includes/header.html | |
| parent | 1340a491e545b60eaa4d367caa6fc043b1eedc30 (diff) | |
| download | bootstrap-cae7dee2361c7023bd147570509a0c40ade3c4e9.tar.xz bootstrap-cae7dee2361c7023bd147570509a0c40ade3c4e9.zip | |
Revert 4f9270cc20c29cd3fbb0664379d620d14bb24a91.
The validator doesn't choke anymore on this and even though it's not spec compliant, it's needed for some IE versions. So until we move favicon.ico in root, this should do the job.
Diffstat (limited to 'docs/_includes/header.html')
| -rw-r--r-- | docs/_includes/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/header.html b/docs/_includes/header.html index 182664d5a..eaf8083dd 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -31,7 +31,7 @@ <!-- Favicons --> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../assets/ico/apple-touch-icon-144-precomposed.png"> -<link rel="icon" href="../assets/ico/favicon.ico"> +<link rel="shortcut icon" href="../assets/ico/favicon.ico"> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
