From 88f3d617c9da4ce9583c3b0f1f17cbfb42d9ee4a Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Thu, 8 Jul 2021 14:27:06 +0200 Subject: [PATCH] fix sonarqube bugs --- goofy-client/apps/goofy/src/silent-refresh.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/goofy-client/apps/goofy/src/silent-refresh.html b/goofy-client/apps/goofy/src/silent-refresh.html index bf0411e986..46acf93bd8 100644 --- a/goofy-client/apps/goofy/src/silent-refresh.html +++ b/goofy-client/apps/goofy/src/silent-refresh.html @@ -1,4 +1,9 @@ -<html> +<!DOCTYPE html> +<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