diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-30 04:54:57 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-30 04:54:57 +0000 |
commit | d3b50329115f02d76d68b7829d1a1fe8385854c5 (patch) | |
tree | b0792bf9c6714d9ea08e691d71c2f4c559027c5b /doc/news | |
parent | 5566d2128c90d630bb3f10b19b85951ad28a68e1 (diff) | |
download | ikiwiki-d3b50329115f02d76d68b7829d1a1fe8385854c5.tar ikiwiki-d3b50329115f02d76d68b7829d1a1fe8385854c5.tar.gz |
web commit by JoshTriplett: Fix spacing problem.
Diffstat (limited to 'doc/news')
-rw-r--r-- | doc/news/version_2.00.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/news/version_2.00.mdwn b/doc/news/version_2.00.mdwn index 8b9ffefb2..44e2a2fbf 100644 --- a/doc/news/version_2.00.mdwn +++ b/doc/news/version_2.00.mdwn @@ -6,7 +6,7 @@ default configuration: * The `usedirs` setting is enabled by default. This *will* break all URLs to wikis that did not have `usedirs` turned on before, unless you follow the procedure described at [[tips/switching_to_usedirs]] - or edit your setup file to turn` usedirs` off: `usedirs => 0,` + or edit your setup file to turn `usedirs` off: `usedirs => 0,` * [[plugins/OpenID]] logins are now enabled by default, if the [[cpan Net::OpenID::Consumer]] perl module is available. Password logins are also still enabled by default. If you like, you can turn either OpenID |