Closed (fixed)
Project:
PEAR Wiki Filter
Version:
5.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Mar 2007 at 21:05 UTC
Updated:
18 Apr 2007 at 18:03 UTC
Links to local pages with slashes in them escape the slashes.
Eg
[[foo/bar]]
generates a link like this:
http://www.example.org/drupal5/foo%2Fbar
This means they don't work.
Comments
Comment #1
rötzi commentedWhen you use a normal wikilink [[x]] then x is always taken as title of a node. If you want to link to a path, use the syntax: [[path:foo/bar]] and this will be converted to a Drupal path.
You can change the name 'path' in the interwiki settings of the pearwiki filter settings.
Comment #2
(not verified) commented