aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/ikiwiki.setup:_syntax_error_at___40__eval_5__41___line_120__44___at_EOF.mdwn
blob: 0f38c49494c415534f94b930a782143f4022e0c1 (plain)
1
2
3
4
5
6
7
8
9
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",

[[bugs/done]]