Closed (fixed)
Project:
Project
Version:
6.x-1.x-dev
Component:
Projects
Priority:
Minor
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
16 Feb 2009 at 22:49 UTC
Updated:
3 Jan 2014 at 00:07 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
webernet commentedComment #2
dwwComment #3
dwwHrm, I'm confused.
A) The spaces are all urlencoded when I look on d6.d.o. e.g. http://d6.drupal.org/project/installation%20profiles
B) Nothing at all changed in the project code for this between D5 and D6. AFAICT, the change must be due to something deep inside url() that changed in core.
tempted to mark this "by design", but I'd like to get more info first...
Comment #4
dwwAfter further inspection, the URLs are properly encoded. The confusing thing is that FF3 apparently decodes and renders the link with the raw space (both in the status bar on hover, and in the main URL area when you click on it).
Anyway, due to (B), the only way I can think of to avoid this behavior is to just munge the link we get back from l() to replace %20 with +. Seems like a hack, but it'll maintain the existing behavior...
Comment #5
dwwCommitted to HEAD.