From b7c721cff9616d8d9e8df49e9f38ee9ec790a3de Mon Sep 17 00:00:00 2001 From: breadtk <10355080-breadtk@users.noreply.gitlab.com> Date: Sun, 23 Jan 2022 21:07:16 +0000 Subject: [PATCH] Make reference to issue 253 into a link. --- GitLabPages/js/scripts.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/GitLabPages/js/scripts.js b/GitLabPages/js/scripts.js index 3e5b1fd..cf961f2 100644 --- a/GitLabPages/js/scripts.js +++ b/GitLabPages/js/scripts.js @@ -86,13 +86,13 @@ function checkIssue253() { .on('load', function() { segment.addClass('negative'); segment.append(''); - segment.append('

Your ClearURLs version is vulnerable to the problem from issue 253. ' + - 'Please update your ClearURLs installation to at least version 1.8.3 or higher.

'); + segment.append('

Your ClearURLs version is vulnerable to the problem from Issue 253. ' + + 'Please update your ClearURLs installation to version 1.8.3 or higher.

'); }) .on('error', function() { segment.addClass('positive'); segment.append(''); - segment.append('

Your ClearURLs version is not vulnerable to the problem from Issue 253.

'); + segment.append('

Your ClearURLs version is not vulnerable to the problem from Issue 253.

'); }) .attr("src", 'https://kevinroebert.gitlab.io/ClearUrls/void/index.html?url=https%3A%2F%2Fkevinroebert.gitlab.io%2FClearUrls%2Fi253.html'); }