diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-05-08 20:01:46 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-05-08 20:01:46 +0000 |
commit | f8fe627315f2d4eb29924606ade6bbee14914a14 (patch) | |
tree | 63218a2e08fcf8332c1cb0fcd27e0ce0c923b6be /doc | |
parent | 006267f00a29a61c18b1f2f5b2d8d663df6fc295 (diff) | |
download | ikiwiki-f8fe627315f2d4eb29924606ade6bbee14914a14.tar ikiwiki-f8fe627315f2d4eb29924606ade6bbee14914a14.tar.gz |
web commit by JoshTriplett: Fix page reference in backlink to avoid leading slash.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/templates/plugin.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
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: <TMPL_VAR name><br /> Author: <TMPL_VAR author><br /> Included in ikiwiki: [[if test="sourcepage(plugins/contrib/*)" then="""no""" else="""yes"""]]<br /> Enabled by default: <TMPL_IF core>yes<TMPL_ELSE>no</TMPL_IF><br /> -Included in [[/plugins/goodstuff]]: [[if test="backlink(/plugins/goodstuff) and /plugins/<TMPL_VAR name> and !sourcepage(/plugins/contrib/*)" then="""yes""" else="""no"""]]<br /> +Included in [[/plugins/goodstuff]]: [[if test="backlink(plugins/goodstuff) and /plugins/<TMPL_VAR name> and !sourcepage(/plugins/contrib/*)" then="""yes""" else="""no"""]]<br /> Currently enabled: [[if test="enabled(<TMPL_VAR name>)" then="yes" else="no"]]<br /> </span> [[if test="sourcepage(plugins/contrib/*)" then="""[[meta title="<TMPL_VAR name> (third party plugin)"]]"""]] |