Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 1.2
-
Fix Version/s: None
-
Component/s: HTML Generation
-
Labels:None
Description
Problem with the decorator HTML to print link if it contains the character '@'.
If you use the parameter "autolink" and "href" inside the tag "column", and the property to view contains the character @, the Decorator HTML printns <a href="mailto:xxxx@xx">xxxx@xxx</a>, instead of <a href="[param_href]">xxxxx</a>.
I don't know if this is a error, or a normal behaviour of the decorator view.
Thanks very much!
Carlos
If you use the parameter "autolink" and "href" inside the tag "column", and the property to view contains the character @, the Decorator HTML printns <a href="mailto:xxxx@xx">xxxx@xxx</a>, instead of <a href="[param_href]">xxxxx</a>.
I don't know if this is a error, or a normal behaviour of the decorator view.
Thanks very much!
Carlos