From ea8e1d27a9957f200aea8616e29e301c9776e564 Mon Sep 17 00:00:00 2001
From: Jared Hancock <jared@osticket.com>
Date: Thu, 2 Jan 2014 11:28:14 -0600
Subject: [PATCH] IE: Fix redactor and IE compatibility view for SCP

---
 include/staff/header.inc.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/staff/header.inc.php b/include/staff/header.inc.php
index ded810d89..d2a3e43b8 100644
--- a/include/staff/header.inc.php
+++ b/include/staff/header.inc.php
@@ -2,6 +2,7 @@
 <html>
 <head>
     <meta http-equiv="content-type" content="text/html; charset=UTF-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
     <meta http-equiv="cache-control" content="no-cache" />
     <meta http-equiv="pragma" content="no-cache" />
     <title><?php echo ($ost && ($title=$ost->getPageTitle()))?$title:'osTicket :: Staff Control Panel'; ?></title>
-- 
GitLab