summaryrefslogtreecommitdiff
path: root/doc/plugins/conditional.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-02-13 22:06:54 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-02-13 22:06:54 +0000
commitf617ad857fe20659253b45808b504957459ea0cd (patch)
tree5ce0d694fcaeb6535d8f7b16943fa61d9a342810 /doc/plugins/conditional.mdwn
parentd672c63ffa72ec223cb1eac05c95fe4fbfde7199 (diff)
nice formatting
Diffstat (limited to 'doc/plugins/conditional.mdwn')
-rw-r--r--doc/plugins/conditional.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/plugins/conditional.mdwn b/doc/plugins/conditional.mdwn
index 42eb4e62d..a8dd21589 100644
--- a/doc/plugins/conditional.mdwn
+++ b/doc/plugins/conditional.mdwn
@@ -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.