aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki.pm
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-05-29 01:56:52 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-05-29 01:56:52 +0000
commitb4eaef94bd89fcc003aa2db923f08d32e7fa9cc7 (patch)
treea0522a90c611ad371073657f00425c74507e7ec4 /IkiWiki.pm
parenta7ee797d1f9efc8e9d03eef49be92581467e0023 (diff)
downloadikiwiki-b4eaef94bd89fcc003aa2db923f08d32e7fa9cc7.tar
ikiwiki-b4eaef94bd89fcc003aa2db923f08d32e7fa9cc7.tar.gz
* Correct some issues with display of unhandled preprocessor directives.
Diffstat (limited to 'IkiWiki.pm')
-rw-r--r--IkiWiki.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki.pm b/IkiWiki.pm
index a5dc66516..761160eca 100644
--- a/IkiWiki.pm
+++ b/IkiWiki.pm
@@ -643,7 +643,7 @@ sub preprocess ($$$;$$) { #{{{
return $ret;
}
else {
- return "[[$command $params]]";
+ return "\\[[$command $params]]";
}
};