Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[16.0][FIX]mail_quoted_reply: unintentional tags #1435

Open
wants to merge 1 commit into
base: 16.0
Choose a base branch
from

Conversation

ChristophAbenthungCibex
Copy link
Contributor

<...> text of subject and from in the quoted reply block are interpreted as tags and thus not shown in the composer. The unintentional tag may lead to browser problems because the browser sees it as an opening tag without a closing one.

Steps to reproduce

Reply to any message. The composer will open and from field at the reply will only show the name and not the e-mail address. Inspecting with the developer tools of the browser shows that the e-mail address is interpreted as a tag. The same behavior can be observed for the subject for the reply (in the quoted reply block)

<...> text of subject and from are interpreted as tags and thus not shown in the composer. The unintentional tag may lead to browser problems because the browser sees it as an opening tag without a closing one.
Copy link
Contributor

@dhx dhx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

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