diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-02-24 16:37:11 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-02-24 16:37:11 -0500 |
commit | bd55d276b3367e2c1792ea868d6e868cc26e2203 (patch) | |
tree | 29a7adb65aaa6d4be042de0008843d65fe1648a1 /po | |
parent | 2a802c1518d2ef9b4340961c173b5b2d111c499a (diff) | |
download | ikiwiki-bd55d276b3367e2c1792ea868d6e868cc26e2203.tar ikiwiki-bd55d276b3367e2c1792ea868d6e868cc26e2203.tar.gz |
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.
Diffstat (limited to 'po')
-rw-r--r-- | po/ikiwiki.pot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/ikiwiki.pot b/po/ikiwiki.pot index 1ccb583a7..8be9e2734 100644 --- a/po/ikiwiki.pot +++ b/po/ikiwiki.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-02-24 15:37-0500\n" +"POT-Creation-Date: 2008-02-24 16:02-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" |