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

ccourtne’s picture

Status: Active » Fixed

Good 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.

Anonymous’s picture

Status: Fixed » Closed (fixed)