From 78e37479f4da6e143df5504628720989388695a3 Mon Sep 17 00:00:00 2001 From: joey Date: Mon, 15 Jan 2007 03:22:17 +0000 Subject: [PATCH] fix typo --- ...yntax_error_at___40__eval_5__41___line_120__44___at_EOF.mdwn | 2 ++ doc/ikiwiki.setup | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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.