re-emit unprocessed preprocessor directives in full, in case they're really
wikilinks with spacesmaster
parent
dae44b29f8
commit
d4d053f0e3
|
@ -138,7 +138,7 @@ sub preprocess ($$$) { #{{{
|
||||||
return $ret;
|
return $ret;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
return "[[$command not processed]]";
|
return "[[$command $params]]";
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue