From d4d053f0e35a3ba13e8184fceca0429b3daf0ccf Mon Sep 17 00:00:00 2001 From: joey Date: Sun, 27 Aug 2006 17:07:55 +0000 Subject: [PATCH] re-emit unprocessed preprocessor directives in full, in case they're really wikilinks with spaces --- IkiWiki/Render.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]]"; } }; -- 2.45.1