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/examples/carousel | |
| 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/examples/carousel')
| -rw-r--r-- | docs/examples/carousel/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/carousel/index.html b/docs/examples/carousel/index.html index 43c2a652f..b1bc35f4e 100644 --- a/docs/examples/carousel/index.html +++ b/docs/examples/carousel/index.html @@ -6,7 +6,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="author" content=""> - <link rel="icon" href="../../assets/ico/favicon.ico"> + <link rel="shortcut icon" href="../../assets/ico/favicon.ico"> <title>Carousel Template for Bootstrap</title> |
