]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - IkiWiki.pm
web commit by JoshTriplett: Escape code with ``
[git.ikiwiki.info.git] / IkiWiki.pm
index a5dc66516049f87275326e8b1a267d0684595d26..761160eca5056d87f947f322c0853060d27a2021 100644 (file)
@@ -643,7 +643,7 @@ sub preprocess ($$$;$$) { #{{{
                        return $ret;
                }
                else {
-                       return "[[$command $params]]";
+                       return "\\[[$command $params]]";
                }
        };