diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-10-02 17:43:03 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-10-02 17:43:03 -0400 |
commit | dd7cd7e4ac33d39e248623f0827c233311130219 (patch) | |
tree | 64483b758c232cbed8af2b8ca2d266d4250f64be /doc/todo | |
parent | 0b89d442331bd62b4dc2da4f7fcbca59d5ca21eb (diff) | |
download | ikiwiki-dd7cd7e4ac33d39e248623f0827c233311130219.tar ikiwiki-dd7cd7e4ac33d39e248623f0827c233311130219.tar.gz |
fix tag
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/tmplvars_plugin.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/todo/tmplvars_plugin.mdwn b/doc/todo/tmplvars_plugin.mdwn index fe163fb5f..f7d06a579 100644 --- a/doc/todo/tmplvars_plugin.mdwn +++ b/doc/todo/tmplvars_plugin.mdwn @@ -1,6 +1,6 @@ A simple plugin to allow per-page customization of a template by passing paramaters to HTML::Template. For those times when a whole pagetemplate is too much work. --Ethan -[[!tags patch]] +[[!tag patch]] #!/usr/bin/perl package IkiWiki::Plugin::tmplvars; |