Updated Troubleshooting (markdown)

Kimberly Lin 2016-02-03 14:31:08 -05:00
parent 929132dc2e
commit 64da20bfe1

@ -22,8 +22,8 @@ For **Internet Explorer**, please check that you don't serve files with `no-stor
#### Are you/your customers using Adblock Plus?
If "Remove Social Media Buttons" option is enabled, you will miss some brand icons. Refer to [#1799]( https://github.com/FortAwesome/Font-Awesome/issues/1799) for more information.
#### Internet Explorer compatibility mode
This feature will cause some random issues with IE, so please disable it by adding to your `head`:
#### Internet Explorer Compatibility Mode
This feature will cause some random issues with IE, so please disable it by adding the meta tag as the FIRST tag in your `<head>`:
```html
<meta http-equiv="X-UA-Compatible" content="IE=edge">
```