fix typo
parent
b90cea1f97
commit
78e37479f4
|
@ -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]]
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue