From: joey Date: Sun, 27 Aug 2006 17:07:55 +0000 (+0000) Subject: re-emit unprocessed preprocessor directives in full, in case they're really X-Git-Tag: 1.22~38 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/d4d053f0e35a3ba13e8184fceca0429b3daf0ccf re-emit unprocessed preprocessor directives in full, in case they're really wikilinks with spaces --- diff --git a/IkiWiki/Render.pm b/IkiWiki/Render.pm index c7849a2dd..be9403618 100644 --- a/IkiWiki/Render.pm +++ b/IkiWiki/Render.pm @@ -138,7 +138,7 @@ sub preprocess ($$$) { #{{{ return $ret; } else { - return "[[$command not processed]]"; + return "[[$command $params]]"; } };