Skip to content
This repository was archived by the owner on Jun 25, 2024. It is now read-only.

Commit 2bc76f6

Browse files
author
Billy Clark
committed
don't want IE ever rendering in v7 mode.
1 parent d4865f2 commit 2bc76f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

themes/material/common-head-elements.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<meta charset="utf-8">
22
<meta name="robots" content="noindex, nofollow"/>
3+
<meta http-equiv="x-ua-compatible" content="ie=edge">
34
<meta name="viewport" content="width=device-width, initial-scale=1.0">
45

56
<?php

0 commit comments

Comments
 (0)