diff options
author | Joey Hess <joey@kitenet.net> | 2011-03-01 12:39:08 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-03-01 12:39:08 -0400 |
commit | 9d3467cf4ac8773589a90a9b28e1e726dc417e6d (patch) | |
tree | 4ec10b581cf8794ebbea06e81cc4ea64f4a6c548 /doc/tips | |
parent | 2a2ae88c84da1793fc927b527927fe1c5ae6a7d6 (diff) | |
parent | b156dbdcc25aa5f1e8124d0ae14d9aa75835b606 (diff) |
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Diffstat (limited to 'doc/tips')
-rw-r--r-- | doc/tips/integrated_issue_tracking_with_ikiwiki.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tips/integrated_issue_tracking_with_ikiwiki.mdwn b/doc/tips/integrated_issue_tracking_with_ikiwiki.mdwn index ea7835b33..0c871d6c0 100644 --- a/doc/tips/integrated_issue_tracking_with_ikiwiki.mdwn +++ b/doc/tips/integrated_issue_tracking_with_ikiwiki.mdwn @@ -155,7 +155,7 @@ be inlined into a given page. A few examples: * A typical list of all open bugs, with their full text, and a form to post new bugs. - \[[!inline pages="bugs/* and !link(done) and !*/Discussion" actions=yes postform=yes show=0]] + \[[!inline pages="bugs/* and !link(done) and !*/Discussion" actions=yes postform=yes show=0 rootpage="bugs"]] * Index of the 30 most recently fixed bugs. |