Needs review
Project:
PEAR Wiki Filter
Version:
5.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
22 Oct 2007 at 12:17 UTC
Updated:
6 Dec 2007 at 02:23 UTC
Slashes in URL paths in links on't work for me.
[[about/something|About something]]
turns into
http://my-server-url/about%2Fsomething
in the URL-bar of the browser.
How can I solve this?
Regards
Samuel
Comments
Comment #1
saml commentedWell, I solved it for now by replacing the line (line 557 in my case)
in the file pearwiki_filter.module with the following:
But maybe there's a better way to do it?
// Samuel
Drupal theme design
Comment #2
saml commented