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

wrong HTML syntax not washed correctly #4403

Closed
rcubetrac opened this issue Nov 27, 2013 · 3 comments
Closed

wrong HTML syntax not washed correctly #4403

rcubetrac opened this issue Nov 27, 2013 · 3 comments

Comments

@rcubetrac
Copy link

Reported by svenhartge on 27 Nov 2013 11:47 UTC as Trac ticket #1489446

I noticed the following mis-render/incorrect washing with defective HTML code in mails.

Note the incorrect " href" at the closing part of the hyperlink:

Click <a href="https://server/start">here</a href>.

This is rendered as:

Click __here__href>.

The "here"-part is a correct link and the "href>" comes from the rest of the </a href>.

While this HTML syntax is obviously wrong, all other mail programs I tested (Thunderbird, Outlook, Squirrelmail) just ignore the additional content of the closing tag and just render the text as "Click here."

I also tested the current git-version of rcube_wash.php, the display problem stays the same.

Keywords: wash html error
Migrated-From: http://trac.roundcube.net/ticket/1489446

@rcubetrac
Copy link
Author

Milestone changed by @alecpl on 27 Nov 2013 13:53 UTC

=> 1.0-beta

@rcubetrac
Copy link
Author

Comment by @alecpl on 28 Nov 2013 08:12 UTC

Fixed in ffec857

@rcubetrac
Copy link
Author

Status changed by @alecpl on 28 Nov 2013 08:12 UTC

new => closed

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

No branches or pull requests

1 participant