aboutsummaryrefslogtreecommitdiff
path: root/doc/templates
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-05-08 20:05:42 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-05-08 20:05:42 +0000
commit45e1a60f5237f91a1406498736eff04c15d005d7 (patch)
tree5288441a9e16e1b99e9f7417e21f7e1fe2dc1d3b /doc/templates
parentf8fe627315f2d4eb29924606ade6bbee14914a14 (diff)
downloadikiwiki-45e1a60f5237f91a1406498736eff04c15d005d7.tar
ikiwiki-45e1a60f5237f91a1406498736eff04c15d005d7.tar.gz
web commit by JoshTriplett: Remove leading slash from sourcepage.
Diffstat (limited to 'doc/templates')
-rw-r--r--doc/templates/plugin.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/templates/plugin.mdwn b/doc/templates/plugin.mdwn
index f198b07f2..1aa405222 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)"]]"""]]