gfrontiero / namebench

Automatically exported from code.google.com/p/namebench
Apache License 2.0
0 stars 0 forks source link

namebench 1.3.1 osx does not encode url for wiki links #179

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run Namebench 1.3.1
2. View report source code
3. Observe that the link to the FAQ is as follows:
> a 
href="http://code.google.com/p/namebench/wiki/FAQ#What_does_"Incorrect_result_fo
r..."_mean?">
4. Observe the incorrectly escaped double-quote characters in the URL

What is the expected output? What do you see instead?
Expected result is to use the URL encoding for those characters, which I 
believe is %22

What version of the product are you using? On what operating system?
1.3.1, OSX 10.6.7

Please provide any additional information below.

Original issue reported on code.google.com by mdaniel on 29 Apr 2011 at 7:45