From 0f6cd08a30198b1e53a73625740f75c849209113 Mon Sep 17 00:00:00 2001 From: jonlipsky Date: Tue, 28 Oct 2025 17:55:04 -0500 Subject: [PATCH] Fix for Semicolon insertion Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .../lessons/bypassrestrictions/html/BypassRestrictions.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/lessons/bypassrestrictions/html/BypassRestrictions.html b/src/main/resources/lessons/bypassrestrictions/html/BypassRestrictions.html index e947734e2e..6c053c9cb5 100755 --- a/src/main/resources/lessons/bypassrestrictions/html/BypassRestrictions.html +++ b/src/main/resources/lessons/bypassrestrictions/html/BypassRestrictions.html @@ -150,7 +150,7 @@ err += 1; msg += '\n Value entered for field 7 is not correct'; } - document.frontendValidation.error.value = err + document.frontendValidation.error.value = err; if (err > 0) { alert(msg) return false;