From f8fe627315f2d4eb29924606ade6bbee14914a14 Mon Sep 17 00:00:00 2001 From: joey Date: Tue, 8 May 2007 20:01:46 +0000 Subject: [PATCH] web commit by JoshTriplett: Fix page reference in backlink to avoid leading slash. --- 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 e4b4f6692..f198b07f2 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.1