Commit 7e145a13 authored by Mark Otto's avatar Mark Otto

Merge pull request #12288 from twbs/x-ua-compat

add X-UA-Compatible <meta> to basic template
parents b67cba2b 60298dd6
...@@ -117,6 +117,7 @@ bootstrap/ ...@@ -117,6 +117,7 @@ bootstrap/
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Bootstrap 101 Template</title> <title>Bootstrap 101 Template</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap --> <!-- Bootstrap -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment