]> sipb.mit.edu Git - ikiwiki.git/commitdiff
* Correct some issues with display of unhandled preprocessor directives.
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Tue, 29 May 2007 01:56:52 +0000 (01:56 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Tue, 29 May 2007 01:56:52 +0000 (01:56 +0000)
IkiWiki.pm
debian/changelog

index a5dc66516049f87275326e8b1a267d0684595d26..761160eca5056d87f947f322c0853060d27a2021 100644 (file)
@@ -643,7 +643,7 @@ sub preprocess ($$$;$$) { #{{{
                        return $ret;
                }
                else {
                        return $ret;
                }
                else {
-                       return "[[$command $params]]";
+                       return "\\[[$command $params]]";
                }
        };
        
                }
        };
        
index ffcb2e85a940a9f484e1b4d9f7cc4892744b65e3..b50da4a407f344d938d8f554446f3efe1aa07b47 100644 (file)
@@ -27,8 +27,9 @@ ikiwiki (2.2) UNRELEASED; urgency=low
     numerically. This works better in the current landscape of a rss spec that
     doesn't specify encoding, and variously broken feed consumers, according
     to <http://www.rssboard.org/rss-profile#data-types-characterdata>.
     numerically. This works better in the current landscape of a rss spec that
     doesn't specify encoding, and variously broken feed consumers, according
     to <http://www.rssboard.org/rss-profile#data-types-characterdata>.
+  * Correct some issues with display of unhandled preprocessor directives.
 
 
- -- Joey Hess <joeyh@debian.org>  Mon, 28 May 2007 15:34:27 -0400
+ -- Joey Hess <joeyh@debian.org>  Mon, 28 May 2007 21:56:11 -0400
 
 ikiwiki (2.1) unstable; urgency=low
 
 
 ikiwiki (2.1) unstable; urgency=low