From: http://gustaf.thorslund.org/ Date: Sun, 7 Feb 2010 14:09:15 +0000 (+0000) Subject: Added missing '!' in "!format perl..." X-Git-Tag: 3.20100212~47 X-Git-Url: http://git.tremily.us/?p=ikiwiki.git;a=commitdiff_plain;h=2e55a598350f422a8c064cad6bbba4e2fde13ed8 Added missing '!' in "!format perl..." --- diff --git a/doc/ikiwiki/directive/format.mdwn b/doc/ikiwiki/directive/format.mdwn index 23830e9cd..7d11d225f 100644 --- a/doc/ikiwiki/directive/format.mdwn +++ b/doc/ikiwiki/directive/format.mdwn @@ -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: - \[[format perl """ + \[[!format perl """ print "hello, world\n"; """]]