diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-21 04:37:48 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-21 04:37:48 +0000 |
commit | d86cd24a31916e8d6d2ad0627ee4cd02c15e70d6 (patch) | |
tree | 933ef7fc97e517bd829a859453e490f6bafb0464 /doc/templates | |
parent | 284bf836535f66a264f4b8b0ad1cd0409ef003d9 (diff) |
minor fix
Diffstat (limited to 'doc/templates')
-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 b8421fafb..d29e721a9 100644 --- a/doc/templates/plugin.mdwn +++ b/doc/templates/plugin.mdwn @@ -7,7 +7,7 @@ Included in [[/plugins/goodstuff]]: [[if test="backlink(plugins/goodstuff)" all= 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)"]]"""]] -<TMPL_IF core>[[tag type/core]]</TMPL_IF> +<TMPL_IF core>[[tag plugins/type/core]]</TMPL_IF> <TMPL_UNLESS NAME="name"> This template is used to create an infobox for an ikiwiki plugin. It uses these parameters: |