From: joey Date: Tue, 29 May 2007 01:56:52 +0000 (+0000) Subject: * Correct some issues with display of unhandled preprocessor directives. X-Git-Tag: 2.2~61 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b4eaef94bd89fcc003aa2db923f08d32e7fa9cc7;p=ikiwiki.git * Correct some issues with display of unhandled preprocessor directives. --- diff --git a/IkiWiki.pm b/IkiWiki.pm index a5dc66516..761160eca 100644 --- a/IkiWiki.pm +++ b/IkiWiki.pm @@ -643,7 +643,7 @@ sub preprocess ($$$;$$) { #{{{ return $ret; } else { - return "[[$command $params]]"; + return "\\[[$command $params]]"; } }; diff --git a/debian/changelog b/debian/changelog index ffcb2e85a..b50da4a40 100644 --- a/debian/changelog +++ b/debian/changelog @@ -27,8 +27,9 @@ ikiwiki (2.2) UNRELEASED; urgency=low numerically. This works better in the current landscape of a rss spec that doesn't specify encoding, and variously broken feed consumers, according to . + * Correct some issues with display of unhandled preprocessor directives. - -- Joey Hess Mon, 28 May 2007 15:34:27 -0400 + -- Joey Hess Mon, 28 May 2007 21:56:11 -0400 ikiwiki (2.1) unstable; urgency=low