web commit by http://madduck.net/: use new directive syntax
authorJoey Hess <joey@kitenet.net>
Mon, 17 Mar 2008 14:50:50 +0000 (10:50 -0400)
committerJoey Hess <joey@kitenet.net>
Mon, 17 Mar 2008 14:50:50 +0000 (10:50 -0400)
doc/plugins/edittemplate.mdwn

index 7c3350ca7bfd0d571c0505c6d1fd432ecd52602b..ac8e0a71f29171a81cc24d1ea6ba40021d7cfd5e 100644 (file)
@@ -5,7 +5,7 @@ This plugin allows registering template pages, that provide default
 content for new pages created using the web frontend. To register a
 template, insert a [[PreprocessorDirective]] on some other page.
 
-       \[[edittemplate template="bugtemplate" match="bugs/*"]]
+       \[[!edittemplate template="bugtemplate" match="bugs/*"]]
 
 In the above example, the page named "bugtemplate" is registered as a
 template to be used when any page named "bugs/*" is created.