From: joey Date: Mon, 15 Jan 2007 03:22:17 +0000 (+0000) Subject: fix typo X-Git-Tag: 1.41~144 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/78e37479f4da6e143df5504628720989388695a3?ds=inline fix typo --- 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.