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/examples/grid | |
| 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/examples/grid')
| -rw-r--r-- | docs/examples/grid/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/grid/index.html b/docs/examples/grid/index.html index 54bdfbe0a..6bd945de2 100644 --- a/docs/examples/grid/index.html +++ b/docs/examples/grid/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>Grid Template for Bootstrap</title> |
