diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-07-25 16:16:44 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-07-25 16:16:44 -0400 |
commit | a71b9a1cf1322cd1423971483969d37efa5ebcf8 (patch) | |
tree | f726ca780ff8f6f2d7b709ef8bdbfd171aaa1420 /po | |
parent | af5299677e3a3bdaef75e72f82ccc4600cbd2f66 (diff) | |
download | ikiwiki-a71b9a1cf1322cd1423971483969d37efa5ebcf8.tar ikiwiki-a71b9a1cf1322cd1423971483969d37efa5ebcf8.tar.gz |
fix feed urls
The fix for colons involved adding "./" to some urls. Due to the weird way
inline called urlto, these snuck into feed urls and permalinks. Fix it by
adding an optional third parameter to urlto.
Diffstat (limited to 'po')
-rw-r--r-- | po/ikiwiki.pot | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/po/ikiwiki.pot b/po/ikiwiki.pot index f5f35bff9..b6e2dc68c 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-07-25 15:21-0400\n" +"POT-Creation-Date: 2008-07-25 16:16-0400\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" @@ -71,7 +71,7 @@ msgstr "" msgid "You are banned." msgstr "" -#: ../IkiWiki/CGI.pm:758 ../IkiWiki/CGI.pm:759 ../IkiWiki.pm:783 +#: ../IkiWiki/CGI.pm:758 ../IkiWiki/CGI.pm:759 ../IkiWiki.pm:788 msgid "Error" msgstr "" @@ -804,11 +804,11 @@ msgstr "" #. translators: preprocessor directive name, #. translators: the second a page name, the #. translators: third a number. -#: ../IkiWiki.pm:766 +#: ../IkiWiki.pm:771 #, perl-format msgid "%s preprocessing loop detected on %s at depth %i" msgstr "" -#: ../IkiWiki.pm:1214 +#: ../IkiWiki.pm:1219 msgid "yes" msgstr "" |