diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-05-08 20:11:51 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-05-08 20:11:51 +0000 |
commit | 03f26b6f09b3582cd8cae7b4cb0dd73a9f4879b2 (patch) | |
tree | d1f3148faf439e968e5fb808242776febe5fa18b /doc | |
parent | 45e1a60f5237f91a1406498736eff04c15d005d7 (diff) | |
download | ikiwiki-03f26b6f09b3582cd8cae7b4cb0dd73a9f4879b2.tar ikiwiki-03f26b6f09b3582cd8cae7b4cb0dd73a9f4879b2.tar.gz |
web commit by JoshTriplett: Remove leading slash from the plugin pagespec itself...
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 1aa405222..7238a0bbb 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)"]]"""]] |