X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/dbc18a7223da6d2cdd5ae72ef5cb6afeb64352a5..937c0742322065452a204069e0ba5abc625ec0c6:/doc/todo/description_meta_param_passed_to_templates.mdwn

diff --git a/doc/todo/description_meta_param_passed_to_templates.mdwn b/doc/todo/description_meta_param_passed_to_templates.mdwn
index cbd35f17d..712471258 100644
--- a/doc/todo/description_meta_param_passed_to_templates.mdwn
+++ b/doc/todo/description_meta_param_passed_to_templates.mdwn
@@ -1,4 +1,4 @@
-[[!tag whishlist]]
+[[!tag wishlist patch]]
 
 I'd like to use the description parameter from [[meta|/ikiwiki/directive/meta]] directives in custom [[inline|/ikiwiki/directive/inline]] templates. I guess this could be useful to others too.
 
@@ -6,3 +6,5 @@ The only change required is on [line 266](http://github.com/joeyh/ikiwiki/blob/m
 
     - foreach my $field (qw{author authorurl permalink}) {
     + foreach my $field (qw{author authorurl description permalink}) {
+
+> Good idea, [[done]]. --[[Joey]]