Summary: Linking to non existent pages with the
SomePage? syntax not consistent
Created: 2007-10-11 01:33
Status: Open
Category: Bug
Assigned:
Priority: 3
Version: 2.2.0-beta62
OS: Linux/Apache/5.2.3
Description:
When I link to a non existing page this way
[[some page]]
The result is a link that says
some page?
which is the expected behavior.
If on the other hand I link to it like this
[[some page|+]]
then the link looks like this
SomePage?
Can we make it so that the result is the same same(like in the first
case) both times?