X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/fa7fd79ff0396b1d7b9eca6d3ae493c7092e9950..162029839cf77b8f5b1700d027117780276eaf47:/doc/todo/description_meta_param_passed_to_templates.mdwn?ds=inline

diff --git a/doc/todo/description_meta_param_passed_to_templates.mdwn b/doc/todo/description_meta_param_passed_to_templates.mdwn
index 5598698d7..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 wishlist]]
+[[!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]]