Fix quote style for valid HTML - notifications.tpl
authorBradley Taylor <braders@users.noreply.github.com>
Mon, 11 Oct 2021 09:12:23 +0000 (10:12 +0100)
committerGitHub <noreply@github.com>
Mon, 11 Oct 2021 09:12:23 +0000 (10:12 +0100)
commite836d4b19d5ca2627e4bfc2912f321bf3c90041c
treee132271bfac97f0c88c9525da43c1d0c25f9a6b7
parent8766a2e7d07cecadb2816fc415e6a44fe9bc5271
Fix quote style for valid HTML - notifications.tpl

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