aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/theme
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2014-03-24 09:28:40 +0200
committerXhmikosR <[email protected]>2014-03-24 09:28:40 +0200
commit4f9270cc20c29cd3fbb0664379d620d14bb24a91 (patch)
tree092256d4eb395bc05d1eeec6fb0948dc8df31a36 /docs/examples/theme
parent2b27006c717bdd1e67fc663ef5dda58b78226b63 (diff)
downloadbootstrap-4f9270cc20c29cd3fbb0664379d620d14bb24a91.tar.xz
bootstrap-4f9270cc20c29cd3fbb0664379d620d14bb24a91.zip
Switch to `icon` instead of `shortcut icon` to fix the HTML validation tests.
Diffstat (limited to 'docs/examples/theme')
-rw-r--r--docs/examples/theme/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/theme/index.html b/docs/examples/theme/index.html
index 2d49cc764..d0d6d2b0c 100644
--- a/docs/examples/theme/index.html
+++ b/docs/examples/theme/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="shortcut icon" href="../../assets/ico/favicon.ico">
+ <link rel="icon" href="../../assets/ico/favicon.ico">
<title>Theme Template for Bootstrap</title>