diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2010-02-12 00:22:00 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2010-02-12 00:22:00 -0500 |
commit | 5b76fc824cf5fdf8d78afb74724a6d5453c79baa (patch) | |
tree | 4c67f7032274ecdcfcc9704fe2bdb77f72f4518a /IkiWiki | |
parent | 18394f6ba99422b50e3796e91030498f93e7c4a1 (diff) | |
download | ikiwiki-5b76fc824cf5fdf8d78afb74724a6d5453c79baa.tar ikiwiki-5b76fc824cf5fdf8d78afb74724a6d5453c79baa.tar.gz |
reword
Diffstat (limited to 'IkiWiki')
-rw-r--r-- | IkiWiki/Setup.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Setup.pm b/IkiWiki/Setup.pm index b21bd7bfe..7a7683fab 100644 --- a/IkiWiki/Setup.pm +++ b/IkiWiki/Setup.pm @@ -103,7 +103,7 @@ sub getsetup () { # hashref between array and hash) my %s=@s; if (! exists $s{plugin} || ! $s{plugin}->{section}) { - $s{plugin}->{section}="misc"; + $s{plugin}->{section}="other"; } # only the selected rcs plugin is included |