From 98e3969684cf636d826400c21216ab82d33bce8f Mon Sep 17 00:00:00 2001 From: TeshuKatepalli Date: Wed, 13 Dec 2023 12:40:34 +0530 Subject: [PATCH] updated the lint issues --- scripts/aem.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/aem.js b/scripts/aem.js index 355a975..e524664 100644 --- a/scripts/aem.js +++ b/scripts/aem.js @@ -494,7 +494,7 @@ function decorateButtons(element) { } if (a.children[0]) { if (a.children[0].tagName === 'STRONG') { - a.setAttribute('target','_blank'); + a.setAttribute('target', '_blank'); a.children[0].classList.add('text-normal'); } }