[PATCH]: escape illegal characters instead of stripping them
HREF attributes often contain unescaped spaces, even though this is illegal. This is unfortunate because Dillo deletes illegal URL characters, which breaks the link. See, eg. http://www.labreporter.com/Films.html This patch makes Dillo escape all illegal URL characters instead of stripping them. Regards, Jeremy Henty
Oops, I broke the indentation! Here's the same patch, but with corrected whitespace. Jeremy Henty
On Sun, Jan 27, 2008 at 07:15:28PM +0000, Jeremy Henty wrote:
HREF attributes often contain unescaped spaces, even though this is illegal. This is unfortunate because Dillo deletes illegal URL characters, which breaks the link. See, eg.
http://www.labreporter.com/Films.html
This patch makes Dillo escape all illegal URL characters instead of stripping them.
Committed an improved version. -- Cheers Jorge.-
On Thu, Jan 31, 2008 at 10:30:37AM -0300, Jorge Arellano Cid wrote:
On Sun, Jan 27, 2008 at 07:15:28PM +0000, Jeremy Henty wrote:
This patch makes Dillo escape all illegal URL characters instead of stripping them.
Committed an improved version.
Yes, that *is* neater. I'll remember that! Jeremy Henty
participants (2)
-
jcid@dillo.org
-
onepoint@starurchin.org