From 8c2276d7356c9a0ea8e8d22ba440c6c367f73eea Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Thu, 8 Jul 2021 14:36:22 +0200
Subject: [PATCH] fix sonarqube bugs in silent-refresh

---
 goofy-client/apps/goofy/src/silent-refresh.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/goofy-client/apps/goofy/src/silent-refresh.html b/goofy-client/apps/goofy/src/silent-refresh.html
index 46acf93bd8..1747c45925 100644
--- a/goofy-client/apps/goofy/src/silent-refresh.html
+++ b/goofy-client/apps/goofy/src/silent-refresh.html
@@ -1,9 +1,9 @@
 <!DOCTYPE html>
+<html lang="en">
 <head>
 	<meta charset="utf-8"/>
 	<title>silent refresh</title>
 </head>
-<html lang="en">
 <body>
 <script>
 	(window.opener || window.parent).postMessage(location.hash || ('#' + location.search), location.origin);
-- 
GitLab