id	summary	reporter	owner	description	type	status	priority	milestone	version	resolution	keywords	cc
49	Links with to page anchors don't work in Opera 9.5x	larsko		"The anchors Haddock generates to e.g. link to function documentation from the synopsis contain a percent-escaped colon after the #. Opera apparently unescapes it and then tries to find the anchor with the colon (e.g. ""foo.html#v%3Afoobar"" becomes ""foo.html#v:foobar""). The anchor definition also uses the %-escaped colon though and is therefore not found.

A possible solution to this problem is to escape the percent sign in the link, i.e. have ""foo.html#v%253Afoobar"" in the link and ""foo.html#v%3Afoobar"" in the anchor definition. On the other hand it would probably be cleaner to only use characters which do not need to be escaped in the generated links."	defect	closed	minor		2.0.0.0	duplicate		lars@…
