From ca62e2d9161c0d58d739db562985aed4bb8dedbc Mon Sep 17 00:00:00 2001 From: Jared Hancock <jared@osticket.com> Date: Mon, 23 Dec 2013 16:05:24 -0600 Subject: [PATCH] ui: Fix missing <html> tag for client panel --- include/client/header.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/include/client/header.inc.php b/include/client/header.inc.php index 7266060fb..9f20098b4 100644 --- a/include/client/header.inc.php +++ b/include/client/header.inc.php @@ -3,6 +3,7 @@ $title=($cfg && is_object($cfg) && $cfg->getTitle())?$cfg->getTitle():'osTicket header("Content-Type: text/html; charset=UTF-8\r\n"); ?> <!DOCTYPE html> +<html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> -- GitLab