]> scripts.mit.edu Git - www/ikiwiki.git/commitdiff
Fix links generated by preprocessor directives when previewing.
authorJoey Hess <joey@kodama.kitenet.net>
Sun, 24 Feb 2008 21:37:11 +0000 (16:37 -0500)
committerJoey Hess <joey@kodama.kitenet.net>
Sun, 24 Feb 2008 21:37:11 +0000 (16:37 -0500)
As was already done for linkfication, links generated in a prevew page
are relative to the top of the wiki, so it has to be told that the destpage
is there.

I was using "" to indicate this, but that may confuse some preprocessor
plugins, which treat parameters with an empry value specially (sparkline is one
such). Instead, use "/", which is more accurate anyway and works just as well.


No differences found