Hi,
So, if for a node I have the link to display attached files, the link is displayed like this:
http://min.lledrith.info/?q=node/37#attachments
When I click on the link, it brings me to the page:
http://min.lledrith.info/?q=node/37%23attachments
So of course it does not work.
Thanks
Comments
Comment #1
ccourtne commentedGood catch. I was passing in the fragment as part of the path which caused it to get escaped. This only showed up as an error when clean urls is disabled. I have fixed this bug in head.
Comment #2
(not verified) commented