From: joey Date: Tue, 13 Feb 2007 22:06:54 +0000 (+0000) Subject: nice formatting X-Git-Tag: 1.43~109 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/f617ad857fe20659253b45808b504957459ea0cd nice formatting --- 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.