From d289962a5cd1926ce5ffaccf5f28a4e763c4bffd Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Tue, 31 Jan 2023 13:54:18 -0700 Subject: [PATCH] hotfix: fixed js syntax error --- layouts/partials/footer/search.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/footer/search.html b/layouts/partials/footer/search.html index aa1a01619..9488ad64c 100644 --- a/layouts/partials/footer/search.html +++ b/layouts/partials/footer/search.html @@ -23,7 +23,7 @@ docsearch({ return 'Cloud'; } else if (version === 'cloud-iox') { return 'Cloud (IOx)'; - | else if (/v\d\./.test(version)) { + } else if (/v\d\./.test(version)) { return version; } else { return '';