projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dae44b2
)
re-emit unprocessed preprocessor directives in full, in case they're really
author
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 27 Aug 2006 17:07:55 +0000
(17:07 +0000)
committer
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 27 Aug 2006 17:07:55 +0000
(17:07 +0000)
wikilinks with spaces
IkiWiki/Render.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Render.pm
b/IkiWiki/Render.pm
index c7849a2dda3c78d123642a233f9fe0347fc9f46d..be940361822ff58eb2ce832e3432ccbcaa972aab 100644
(file)
--- a/
IkiWiki/Render.pm
+++ b/
IkiWiki/Render.pm
@@
-138,7
+138,7
@@
sub preprocess ($$$) { #{{{
return $ret;
}
else {
- return "[[$command
not processed
]]";
+ return "[[$command
$params
]]";
}
};