-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
What steps will reproduce the problem?
1. Create a chart
2. Call GetUrl()
3. Run resulting web page through xhtml-validator
What is the expected output? What do you see instead?
I expect & to get encoded as & to safely use it as src-atrribute in img-tag.
What version of the product are you using? On what operating system?
1.0.2 on Windows XP
Please provide any additional information below.
Please add an optional parameter "bool encodeOutput" to the GetUrl()-method.
Original issue reported on code.google.com by [email protected] on 16 Sep 2010 at 2:02