web commit by http://madduck.net/: use new directive syntax

master
Joey Hess 2008-03-17 10:50:50 -04:00
parent 5d06203147
commit 14d2b0b65c
1 changed files with 1 additions and 1 deletions

View 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.