X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/02b9f69ba5da59cca9ff198b731d63d643fff4db..c4f2ab17f27e8bebbd1df0e6cf8c22e1f9a8a8fd:/ikiwiki.in diff --git a/ikiwiki.in b/ikiwiki.in index b8acd61ea..8cec3f5c0 100755 --- a/ikiwiki.in +++ b/ikiwiki.in @@ -49,6 +49,7 @@ sub getconfig () { #{{{ "sslcookie!" => \$config{sslcookie}, "httpauth!" => \$config{httpauth}, "userdir=s" => \$config{userdir}, + "htmlext=s" => \$config{htmlext}, "exclude=s@" => sub { push @{$config{wiki_file_prune_regexps}}, $_[1]; },