diff options
author | Joey Hess <joey@kitenet.net> | 2007-11-27 16:36:37 -0500 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2007-11-27 16:36:37 -0500 |
commit | c3805557f183a9ad628b58a06e64269a4982f6d6 (patch) | |
tree | bf969ffc432acfb40dd187f18aae3edb66755ca3 /po | |
parent | ce70d375a451eb11f257e310f834972d2e432e82 (diff) | |
download | ikiwiki-c3805557f183a9ad628b58a06e64269a4982f6d6.tar ikiwiki-c3805557f183a9ad628b58a06e64269a4982f6d6.tar.gz |
* Improve workaround for perl bug #376329. Rather than double-encoding,
which has been reported to cause encoding problems (though I haven't
reproduced them), just catch a failure of markdown, and retry.
(The crazy perl bug magically disappears on the retry.)
Closes: #449379
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 9dd020f8c..277df7f21 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: 2007-11-26 15:27-0500\n" +"POT-Creation-Date: 2007-11-27 16:32-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" |