Skip to content
Snippets Groups Projects
Commit ca62e2d9 authored by Jared Hancock's avatar Jared Hancock
Browse files

ui: Fix missing <html> tag for client panel

parent 30e02d74
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,7 @@ $title=($cfg && is_object($cfg) && $cfg->getTitle())?$cfg->getTitle():'osTicket ...@@ -3,6 +3,7 @@ $title=($cfg && is_object($cfg) && $cfg->getTitle())?$cfg->getTitle():'osTicket
header("Content-Type: text/html; charset=UTF-8\r\n"); header("Content-Type: text/html; charset=UTF-8\r\n");
?> ?>
<!DOCTYPE html> <!DOCTYPE html>
<html>
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment