aboutsummaryrefslogtreecommitdiff
path: root/examples/carousel
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-12-23 15:16:25 -0800
committerMark Otto <[email protected]>2013-12-23 15:16:25 -0800
commit0bd5bca6957bd26b526c92a7c90da78daf636e7b (patch)
treea4350ee34ecb0ec78443b719a927bad5372fd557 /examples/carousel
parent37bc0c230da521d2cfe1c6fbd36a5bfad914014f (diff)
downloadbootstrap-0bd5bca6957bd26b526c92a7c90da78daf636e7b.tar.xz
bootstrap-0bd5bca6957bd26b526c92a7c90da78daf636e7b.zip
Fixes #11975: Change from png to .ico for favicon
Diffstat (limited to 'examples/carousel')
-rw-r--r--examples/carousel/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/carousel/index.html b/examples/carousel/index.html
index 2e8516fab..27ef81ecb 100644
--- a/examples/carousel/index.html
+++ b/examples/carousel/index.html
@@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
- <link rel="shortcut icon" href="../../docs-assets/ico/favicon.png">
+ <link rel="shortcut icon" href="../../docs-assets/ico/favicon.ico">
<title>Carousel Template for Bootstrap</title>