Skip to content

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

Closed
beingrahull wants to merge 1 commit into
LMMS:masterfrom
beingrahull:fix-issue-7936
Closed

Fix: Escape HTML in effect author names to show email addresses#8351
beingrahull wants to merge 1 commit into
LMMS: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

rubiefawn commented Apr 20, 2026

Copy link
Copy Markdown
Contributor

Isn't this already covered by #7975?

Edit: #7975 has been merged, closing this PR as the issue has already been fixed.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants