mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 16:34:31 +08:00
FIX: uses aria-label instead of title as it's useless with popover (#7258)
This commit is contained in:
@ -130,7 +130,7 @@ export function setup(helper) {
|
||||
helper.whiteList([
|
||||
"span.discourse-local-date",
|
||||
"span[data-*]",
|
||||
"span[title]"
|
||||
"span[aria-label]"
|
||||
]);
|
||||
|
||||
helper.registerOptions((opts, siteSettings) => {
|
||||
|
Reference in New Issue
Block a user