X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/3fbfde45129e3a52fcaba9584b31056bb047dca0..bed1f1037a4dfe6368c81ea2e2a0ac32f56126ce:/doc/todo/shortcut_optional_parameters.mdwn

diff --git a/doc/todo/shortcut_optional_parameters.mdwn b/doc/todo/shortcut_optional_parameters.mdwn
index 2ca0977ae..daec3696a 100644
--- a/doc/todo/shortcut_optional_parameters.mdwn
+++ b/doc/todo/shortcut_optional_parameters.mdwn
@@ -37,8 +37,8 @@ look different:
 >    with an `id` argument (`\[[template id=templatename]]`).
 > 2. Template invocation allowed bare values in addition to `key=value`
 >    arguments, and template definition supported some means to access the
->    value.  This would allow `\[[debfiles ikiwiki]]` rather than `\[[debfiles
->    package=ikiwiki]]`.
+>    value.  This would allow `\[[debfiles ikiwiki]]` rather than
+>    `\[[debfiles package=ikiwiki]]`.
 > 3. I could use ikiwiki syntax in the template, not just HTML and
 >    HTML::Template.  (If I can already do that, then [[/plugins/template]]
 >    should make that more clear.)