elementor / elementor/one-click-accessibility

Double double-quotes in icon declaration - Prevent some accessibility and validation scans

Open
#51 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
95
Forks
43
Avg merge
3d 23h
Merged PRs (30d)
2

Description

Stumbled upon that issue here : https://wordpress.org/support/topic/error-in-svg-icon-code/#post-13794322

Looking at the code of /pojo-accessiblity/includes/pojo-a11y-frontend.php, in the icons declaration (around line 219), there are a couple of double-quotes like so :
`"">'`
when it should be :
`">'`

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.