* Correct some issues with escaped preprocessor directives.

master
joey 2007-07-20 17:55:19 +00:00
parent 0e4fe066d8
commit 4936b3db88
2 changed files with 3 additions and 2 deletions

View File

@ -606,7 +606,7 @@ sub preprocess ($$$;$$) { #{{{
my $command=shift;
my $params=shift;
if (length $escape) {
return "[[$command $params]]";
return "\\[[$command $params]]";
}
elsif (exists $hooks{preprocess}{$command}) {
return "" if $scan && ! $hooks{preprocess}{$command}{scan};

3
debian/changelog vendored
View File

@ -3,8 +3,9 @@ ikiwiki (2.5) UNRELEASED; urgency=low
* Wrap the editpage template in the standard misctemplate, this allows the
pagetemplate hook to work for that page.
* Above change fixes the favicon plugin to work on edit pages.
* Correct some issues with escaped preprocessor directives.
-- Joey Hess <joeyh@debian.org> Mon, 16 Jul 2007 01:11:03 -0400
-- Joey Hess <joeyh@debian.org> Fri, 20 Jul 2007 13:54:02 -0400
ikiwiki (2.4) unstable; urgency=low