]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/plugins/conditional.mdwn
Migrate escaped directives (\[[) in doc/plugins to have \[[! prefix
[git.ikiwiki.info.git] / doc / plugins / conditional.mdwn
index c4477089183176549800993aa74fc45fb22017ef..5793cb30e61cd7dd92f736fff78f6948c7c45328 100644 (file)
@@ -4,7 +4,7 @@
 With this plugin, you can make text be conditionally displayed on a page.
 For example:
 
-       \[[if test="enabled(smiley)"
+       \[[!if test="enabled(smiley)"
              then="The smiley plugin is enabled :-)"
              else="No smiley plugin here.."]]