From 03f26b6f09b3582cd8cae7b4cb0dd73a9f4879b2 Mon Sep 17 00:00:00 2001 From: joey Date: Tue, 8 May 2007 20:11:51 +0000 Subject: [PATCH] web commit by JoshTriplett: Remove leading slash from the plugin pagespec itself... --- doc/templates/plugin.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/templates/plugin.mdwn b/doc/templates/plugin.mdwn index 1aa405222..7238a0bbb 100644 --- a/doc/templates/plugin.mdwn +++ b/doc/templates/plugin.mdwn @@ -3,7 +3,7 @@ Plugin:
Author:
Included in ikiwiki: [[if test="sourcepage(plugins/contrib/*)" then="""no""" else="""yes"""]]
Enabled by default: yesno
-Included in [[/plugins/goodstuff]]: [[if test="backlink(plugins/goodstuff) and /plugins/ and !sourcepage(plugins/contrib/*)" then="""yes""" else="""no"""]]
+Included in [[/plugins/goodstuff]]: [[if test="backlink(plugins/goodstuff) and plugins/ and !sourcepage(plugins/contrib/*)" then="""yes""" else="""no"""]]
Currently enabled: [[if test="enabled()" then="yes" else="no"]]
[[if test="sourcepage(plugins/contrib/*)" then="""[[meta title=" (third party plugin)"]]"""]] -- 2.45.2