From 2826c6986c594cd6a0938ebe26a09cdd612a15af Mon Sep 17 00:00:00 2001 From: preetykumar Date: Sun, 28 Feb 2021 17:57:19 -0500 Subject: [PATCH] Update taskbar.js (#9314) * Update taskbar.js add aria-label to make the link text discernible to screen readers. * place quotes around attribute value Co-authored-by: Peter Jaszkowiak --- public/src/modules/taskbar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/src/modules/taskbar.js b/public/src/modules/taskbar.js index ac63285358..066110de15 100644 --- a/public/src/modules/taskbar.js +++ b/public/src/modules/taskbar.js @@ -156,7 +156,7 @@ define('taskbar', ['benchpress', 'translator'], function (Benchpress, translator .addClass(data.options.className) .html('' + (data.options.icon ? ' ' : '') + - '' + title + '' + + '' + title + '' + '') .attr({ title: title,