summaryrefslogtreecommitdiff
path: root/doc/plugins/conditional.mdwn
diff options
context:
space:
mode:
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.