Bug #3604
render_value() has problems with mailto scheme
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Low | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | - | |||
Target version: | - | |||
Google Code Legacy ID: | atom-1655 | Tested version: | ||
Sponsored: | Requires documentation: |
Description
To reproduce this error:
========================
1) Edit "about" static page
2) Insert next text:
<p>Sabe más el "<a href='mailto:foo@bar.com">tonto</a>' rel="nofollow">mailto:foo@bar.com":tonto</a> en su casa, que el sabio en la ajena.</p>
3) Save and go to yoursite/about page
Resulting error:
================
The link is not generated correctly.
Generated HTML by render_value helper function is:
<p>Sabe más el "foo@bar.com">foo@bar.com</a>":tonto en su casa, que el sabio en la ajena.</p>
Expected result:
================
The link should be generated correctly.
See this ticket from Symfony project: http://trac.symfony-project.org/ticket/1505 (there is a proposed patch)
[g] Legacy categories: Component-Print-Output
History
#1 Updated by Evelyn McLellan over 11 years ago
- Target version set to Release 1.2
Moved to 1.2.
[g] Labels added: Milestone-Release-1.2
#2 Updated by David Juhasz over 10 years ago
- Target version set to Release 1.3
Roll over to Release 1.3
[g] Labels added: Milestone-Release-1.3