Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.5.5
-
None
Description
In a similar vein to WICKET-3174 - using SmartLinkLabel with an email address that includes a "-" generates a link only on the right-most part of the address.
Example:
- my-test@example.com
Will generate a link like: - my-<a href="mailto:test@example.com">test@example.com</a>
The addition of the "-" char is a valid email address format.