diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-07-17 19:36:28 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-07-17 19:36:28 -0400 |
commit | 17c73336bf67c35606987ddaf97fafd52750e363 (patch) | |
tree | 5989dd3bb8f71942cb21d0739ce37af936041c1a /doc/todo | |
parent | 1e67780e626ea96482a5077b355dbced43a1f418 (diff) | |
download | ikiwiki-17c73336bf67c35606987ddaf97fafd52750e363.tar ikiwiki-17c73336bf67c35606987ddaf97fafd52750e363.tar.gz |
response
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/else_parameter_for_map_plugin.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/todo/else_parameter_for_map_plugin.mdwn b/doc/todo/else_parameter_for_map_plugin.mdwn index 8487f3564..2afebd608 100644 --- a/doc/todo/else_parameter_for_map_plugin.mdwn +++ b/doc/todo/else_parameter_for_map_plugin.mdwn @@ -21,7 +21,7 @@ documentation yet, I'm waiting for feedback first, but I'll do it for sure. -- [ >> --[[intrigeri]] \[[if test="foo/*" then=""" - \[[map pages="foo/*"]] - """]] + [[map pages="foo/*"]] + """ else="no pages"]] --[[Joey]] |