diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-01-15 03:22:17 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-01-15 03:22:17 +0000 |
commit | 78e37479f4da6e143df5504628720989388695a3 (patch) | |
tree | 439dce4eea0a00bc5a5f6b3257d82efd99df6dab /doc | |
parent | b90cea1f9723bf939d070c767608781643ced1a5 (diff) |
fix typo
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/ikiwiki.setup:_syntax_error_at___40__eval_5__41___line_120__44___at_EOF.mdwn | 2 | ||||
-rw-r--r-- | doc/ikiwiki.setup | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/doc/bugs/ikiwiki.setup:_syntax_error_at___40__eval_5__41___line_120__44___at_EOF.mdwn b/doc/bugs/ikiwiki.setup:_syntax_error_at___40__eval_5__41___line_120__44___at_EOF.mdwn index e4b8a2a37..0f38c4949 100644 --- a/doc/bugs/ikiwiki.setup:_syntax_error_at___40__eval_5__41___line_120__44___at_EOF.mdwn +++ b/doc/bugs/ikiwiki.setup:_syntax_error_at___40__eval_5__41___line_120__44___at_EOF.mdwn @@ -5,3 +5,5 @@ Extremely minor bug, but ikiwiki.setup has a line that reads: At the end of this line is a period. I think it should read: #tagbase => "tag", + +[[bugs/done]] diff --git a/doc/ikiwiki.setup b/doc/ikiwiki.setup index 69162c0e4..af60e076b 100644 --- a/doc/ikiwiki.setup +++ b/doc/ikiwiki.setup @@ -102,7 +102,7 @@ use IkiWiki::Setup::Standard { # For use with the tag plugin, make all tags be located under a # base page. - #tagbase => "tag". + #tagbase => "tag", # For use with the search plugin if your estseek.cgi is located # somewhere else. |