]> sipb.mit.edu Git - ikiwiki.git/commitdiff
nice formatting
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Tue, 13 Feb 2007 22:06:54 +0000 (22:06 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Tue, 13 Feb 2007 22:06:54 +0000 (22:06 +0000)
doc/plugins/conditional.mdwn

index 42eb4e62dd09471cf4f19b59d0b787f53502b40b..a8dd215898e1dd24eca087e4a94dd67c22522885 100644 (file)
@@ -5,8 +5,8 @@ With this plugin, you can make text be conditionally displayed on a page.
 For example:
 
        \[[if test="enabled(smiley)"
-       then="The smiley plugin is enabled :-)"
-       else="No smiley plugin here.."]]
+             then="The smiley plugin is enabled :-)"
+             else="No smiley plugin here.."]]
 
 If the specified `test` succeeds, the `then` text will be displayed,
 otherwise the `else` text will be displayed. The `else` part is optional.