diff options
| author | Mark Otto <[email protected]> | 2013-12-23 15:16:25 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-23 15:16:25 -0800 |
| commit | 0bd5bca6957bd26b526c92a7c90da78daf636e7b (patch) | |
| tree | a4350ee34ecb0ec78443b719a927bad5372fd557 /examples/non-responsive | |
| parent | 37bc0c230da521d2cfe1c6fbd36a5bfad914014f (diff) | |
| download | bootstrap-0bd5bca6957bd26b526c92a7c90da78daf636e7b.tar.xz bootstrap-0bd5bca6957bd26b526c92a7c90da78daf636e7b.zip | |
Fixes #11975: Change from png to .ico for favicon
Diffstat (limited to 'examples/non-responsive')
| -rw-r--r-- | examples/non-responsive/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/non-responsive/index.html b/examples/non-responsive/index.html index 73baa43e5..f09977a77 100644 --- a/examples/non-responsive/index.html +++ b/examples/non-responsive/index.html @@ -8,7 +8,7 @@ <!-- Note there is no responsive meta tag here --> - <link rel="shortcut icon" href="../../docs-assets/ico/favicon.png"> + <link rel="shortcut icon" href="../../docs-assets/ico/favicon.ico"> <title>Non-responsive Template for Bootstrap</title> |
