Extra Comma Appears in Anchor Title Attributes

Created on 9 April 2025, 11 days ago

Problem/Motivation

The module is incorrectly adding an extra comma in the title attribute of anchor tags. This causes improper formatting and potentially affects accessibility and user experience.

Steps to reproduce

Install and enable the module
Create or edit content that generates anchor tags with titles
Inspect the HTML output
Notice the extra comma appearing in the title attribute of the anchor tags

Proposed resolution

Fix the function or method responsible for generating the anchor title attributes by removing the code that adds the extra comma or properly trimming the string before output.

Remaining tasks

Identify the specific function causing the extra comma
Fix the code to properly format title strings
Add test cases to verify the fix
Update documentation if necessary

User interface changes

No visible UI changes except that anchor titles will no longer display with an extra comma.

API changes

None, this is a bug fix that doesn't affect the API.

Data model changes

None, this is a display issue and doesn't affect the data model.

πŸ› Bug report
Status

Active

Version

2.0

Component

Code

Created by

πŸ‡¨πŸ‡·Costa Rica thony1199

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024