master
Joey Hess 2008-08-04 14:56:47 -04:00
parent 4c2f46e3fa
commit 86674c9584
1 changed files with 2 additions and 0 deletions

View File

@ -15,3 +15,5 @@ In `IkiWiki::preprocess`, the last capturing group in the regex used to parse di
+ $content =~ s{$regex}{$handle->($1, $2, $3, ($4 or ""))}eg;
return $content;
} #}}}
[[cherry-picked|done]] --[[Joey]]