diff options
| author | XhmikosR <[email protected]> | 2014-03-24 09:28:40 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2014-03-24 09:28:40 +0200 |
| commit | 4f9270cc20c29cd3fbb0664379d620d14bb24a91 (patch) | |
| tree | 092256d4eb395bc05d1eeec6fb0948dc8df31a36 /docs/_includes/header.html | |
| parent | 2b27006c717bdd1e67fc663ef5dda58b78226b63 (diff) | |
| download | bootstrap-4f9270cc20c29cd3fbb0664379d620d14bb24a91.tar.xz bootstrap-4f9270cc20c29cd3fbb0664379d620d14bb24a91.zip | |
Switch to `icon` instead of `shortcut icon` to fix the HTML validation tests.
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 defb549ae..f11ed4baa 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -28,7 +28,7 @@ <!-- Favicons --> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../assets/ico/apple-touch-icon-144-precomposed.png"> - <link rel="shortcut icon" href="../assets/ico/favicon.ico"> + <link rel="icon" href="../assets/ico/favicon.ico"> <script> var _gaq = _gaq || []; |
