]> sipb.mit.edu Git - ikiwiki.git/commitdiff
re-emit unprocessed preprocessor directives in full, in case they're really
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 27 Aug 2006 17:07:55 +0000 (17:07 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 27 Aug 2006 17:07:55 +0000 (17:07 +0000)
wikilinks with spaces

IkiWiki/Render.pm

index c7849a2dda3c78d123642a233f9fe0347fc9f46d..be940361822ff58eb2ce832e3432ccbcaa972aab 100644 (file)
@@ -138,7 +138,7 @@ sub preprocess ($$$) { #{{{
                        return $ret;
                }
                else {
-                       return "[[$command not processed]]";
+                       return "[[$command $params]]";
                }
        };