ikiwiki/IkiWiki
Joey Hess bd55d276b3 Fix links generated by preprocessor directives when previewing.
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.
2008-02-24 16:37:11 -05:00
..
Plugin * Fix another preview will_render bug. This one involved inline, 2008-02-24 15:36:25 -05:00
Rcs
Setup
CGI.pm Fix links generated by preprocessor directives when previewing. 2008-02-24 16:37:11 -05:00
Render.pm
Setup.pm
UserInfo.pm
Wrapper.pm