If user provides a hyperlink in the html body specifying a URL which contains a query string (parameter), it wrongly generates the html with invalid hyperlink tag and also put double quotes surrounding the query string value. Please test hyperlink with query string and come up with a fix. We need it our project urgently.
Comments: Hi, sample provided (I'm using mailto as an example). This is the link I'd like to use: mailto://someone@example.com?subject=request when saved this is the string displayed to the end user. <A href="mailto://someone@example.com?subject="request"">Contact us! As you can see the link gets totally messed up. If I omit the parameters and only use mailto://someone@example.com the link is displayed correctly, and the link Contact us! is the only visible item. Hope this helps, Cheers Tore.
Comments: Hi, sample provided (I'm using mailto as an example). This is the link I'd like to use: mailto://someone@example.com?subject=request when saved this is the string displayed to the end user. <A href="mailto://someone@example.com?subject="request"">Contact us! As you can see the link gets totally messed up. If I omit the parameters and only use mailto://someone@example.com the link is displayed correctly, and the link Contact us! is the only visible item. Hope this helps, Cheers Tore.