diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-07-27 00:49:00 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-07-27 00:49:00 +0000 |
commit | e62664cddb1ab25b814801e2b75a8908062846f0 (patch) | |
tree | c13aca5de6293f156a92de5e38616806b1944d04 /doc | |
parent | 1e5cd11635ef45e8223f56b952c8636d993e5908 (diff) | |
download | ikiwiki-e62664cddb1ab25b814801e2b75a8908062846f0.tar ikiwiki-e62664cddb1ab25b814801e2b75a8908062846f0.tar.gz |
fix typo
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/typo_in_ikiwiki.setup.mdwn | 1 | ||||
-rw-r--r-- | doc/ikiwiki.setup | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/bugs/typo_in_ikiwiki.setup.mdwn b/doc/bugs/typo_in_ikiwiki.setup.mdwn index 74d5206d9..a7b10ec8c 100644 --- a/doc/bugs/typo_in_ikiwiki.setup.mdwn +++ b/doc/bugs/typo_in_ikiwiki.setup.mdwn @@ -6,3 +6,4 @@ instead of #htmlext => '.htm', +> [[done]] --[[Joey]] diff --git a/doc/ikiwiki.setup b/doc/ikiwiki.setup index 9d2859a86..a9a9b9f19 100644 --- a/doc/ikiwiki.setup +++ b/doc/ikiwiki.setup @@ -87,7 +87,7 @@ use IkiWiki::Setup::Standard { # the default exclude list. #exclude => qr/*\.wav/, # To change the extension used for generated html files. - #htmlext => '.htm', + #htmlext => 'htm', # Time format (for strftime) #timeformat => '%c', # Locale to use. Must be a UTF-8 locale. |