diff options
author | http://www.cse.unsw.edu.au/~willu/ <http://www.cse.unsw.edu.au/~willu/@web> | 2008-09-18 21:54:40 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-09-18 21:54:40 -0400 |
commit | b4216c5a09e54fc827774b8451d7647bb4901de6 (patch) | |
tree | c8ae93edb5fb00f7721197abb6f6c64295dd88a6 | |
parent | 1861190e2187329431dbd5577f436e1b9fd712dc (diff) |
Er, and actually make it work...
-rw-r--r-- | doc/ikiwiki/directive.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ikiwiki/directive.mdwn b/doc/ikiwiki/directive.mdwn index 607da4451..8789849ad 100644 --- a/doc/ikiwiki/directive.mdwn +++ b/doc/ikiwiki/directive.mdwn @@ -47,6 +47,6 @@ Here is a list of currently available directives in this wiki: [[!if test="!enabled(listdirectives)" then=""" Here is a list of all directives documented in this wiki. Not all of them may be enabled: -[[!inline pages="/ikiwiki/directive/* and !*/Discussion" archive="yes" sort=title -rootpage="/ikiwiki/directive/contrib" postformtext="Add a new directive named:" show=0]] +[[!inline pages="ikiwiki/directive/* and !*/Discussion" archive="yes" sort=title +rootpage="ikiwiki/directive/contrib" postformtext="Add a new directive named:" show=0]] """]] |