Skip to content

Fix: Escape HTML in effect author names to show email addresses#8351

Open
beingrahull wants to merge 1 commit intoLMMS:masterfrom
beingrahull:fix-issue-7936
Open

Fix: Escape HTML in effect author names to show email addresses#8351
beingrahull wants to merge 1 commit intoLMMS:masterfrom
beingrahull:fix-issue-7936

Conversation

@beingrahull
Copy link
Copy Markdown

Summary
Fixed a bug where plugin author email addresses (and any strings containing < or >) were hidden in the Effect Browser. This occurred because the UI treats the author string as Rich Text, causing the renderer to interpret email brackets as malformed HTML tags.
Changes
Applied toHtmlEscaped() to the descriptor.author string in the plugin browser UI.
This ensures special characters are rendered as literal text instead of HTML tags.

@rubiefawn
Copy link
Copy Markdown
Contributor

Isn't this already covered by #7975?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants