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'); }