Added missing '!' in "!format perl..."
authorhttp://gustaf.thorslund.org/ <http://gustaf.thorslund.org/@web>
Sun, 7 Feb 2010 14:09:15 +0000 (14:09 +0000)
committerJoey Hess <joey@finch.kitenet.net>
Sun, 7 Feb 2010 14:09:15 +0000 (14:09 +0000)
doc/ikiwiki/directive/format.mdwn

index 23830e9cd59e69d04217287627b221770b3908e3..7d11d225f23cc4987964894e23f5ace370234d1e 100644 (file)
@@ -22,7 +22,7 @@ Note that if the highlight plugin is enabled, this directive can also be
 used to display syntax highlighted code. Many languages and formats are
 supported. For example:
 
 used to display syntax highlighted code. Many languages and formats are
 supported. For example:
 
-       \[[format perl """
+       \[[!format perl """
        print "hello, world\n";
        """]]
 
        print "hello, world\n";
        """]]