From 44de7d26c1ceb5258a0ac3c4a40509f4a8024786 Mon Sep 17 00:00:00 2001
From: Jared Hancock <jared@osticket.com>
Date: Sat, 26 Mar 2016 13:00:18 -0500
Subject: [PATCH] oops: Fix typo on client HTML header

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

diff --git a/include/client/header.inc.php b/include/client/header.inc.php
index 680dc71ae..42b7b6c78 100644
--- a/include/client/header.inc.php
+++ b/include/client/header.inc.php
@@ -72,7 +72,7 @@ if ($lang) {
 <?php
         } ?>
         <link rel="alternate" href="//<?php echo $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']; ?>"
-            hreflang="x-default";
+            hreflang="x-default" />
 <?php
     }
     ?>
-- 
GitLab