ikiwiki/doc/bugs/ikiwiki.setup:_syntax_error...

10 lines
187 B
Plaintext
Raw Normal View History

Extremely minor bug, but ikiwiki.setup has a line that reads:
#tagbase => "tag".
At the end of this line is a period. I think it should read:
#tagbase => "tag",
2007-01-15 04:22:17 +01:00
[[bugs/done]]