diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-07-27 00:38:57 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-07-27 00:38:57 +0000 |
commit | b4fa92f9e74d48281f285b4a682ec41e24e686db (patch) | |
tree | 5c089de2d3c29f5cf08dc38a9f30212e180de205 /doc/bugs/typo_in_ikiwiki.setup.mdwn | |
parent | 4c6ac550e22718de17b85c96f60afa5026b35adb (diff) | |
download | ikiwiki-b4fa92f9e74d48281f285b4a682ec41e24e686db.tar ikiwiki-b4fa92f9e74d48281f285b4a682ec41e24e686db.tar.gz |
web commit by NicolasLimare: no dot in htmlext option
Diffstat (limited to 'doc/bugs/typo_in_ikiwiki.setup.mdwn')
-rw-r--r-- | doc/bugs/typo_in_ikiwiki.setup.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/bugs/typo_in_ikiwiki.setup.mdwn b/doc/bugs/typo_in_ikiwiki.setup.mdwn new file mode 100644 index 000000000..74d5206d9 --- /dev/null +++ b/doc/bugs/typo_in_ikiwiki.setup.mdwn @@ -0,0 +1,8 @@ +Dot is automatically inserted. The htmlext option should be + + #htmlext => 'htm', + +instead of + + #htmlext => '.htm', + |