From e836d4b19d5ca2627e4bfc2912f321bf3c90041c Mon Sep 17 00:00:00 2001 From: Bradley Taylor Date: Mon, 11 Oct 2021 10:12:23 +0100 Subject: [PATCH] Fix quote style for valid HTML - notifications.tpl MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Replaces aria-atomic=”true” with aria-atomic="true". Previously the attribute was wrapped in Unicode "Right Double Quotation Mark" (U+201D) symbols, instead of the standard "Quotation Mark" (U+0022) supported by HTML. This meant the HTML was not valid, and may have led browsers to parse the aria-atomic inconsistently. --- templates/CRM/common/notifications.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/common/notifications.tpl b/templates/CRM/common/notifications.tpl index 8da189d6ea..d2832fdad5 100644 --- a/templates/CRM/common/notifications.tpl +++ b/templates/CRM/common/notifications.tpl @@ -1,4 +1,4 @@ -