re-emit unprocessed preprocessor directives in full, in case they're really

wikilinks with spaces
master
joey 2006-08-27 17:07:55 +00:00
parent dae44b29f8
commit d4d053f0e3
1 changed files with 1 additions and 1 deletions

View File

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