diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-01-30 07:40:50 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-01-30 07:40:50 +0000 |
commit | d867a5d7c946ea188e660e003d41c3c8f9c2ea0e (patch) | |
tree | 64dd64eafb66b41d043dc58124d007445ebe3f11 | |
parent | 6eb27026bd5aab1c1203620864de511356a87d7d (diff) | |
download | ikiwiki-d867a5d7c946ea188e660e003d41c3c8f9c2ea0e.tar ikiwiki-d867a5d7c946ea188e660e003d41c3c8f9c2ea0e.tar.gz |
fix
-rw-r--r-- | doc/news/version_1.41.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/news/version_1.41.mdwn b/doc/news/version_1.41.mdwn index aa256b0c1..22b1f8427 100644 --- a/doc/news/version_1.41.mdwn +++ b/doc/news/version_1.41.mdwn @@ -15,10 +15,10 @@ ikiwiki 1.41 released with [[toggle text="these changes"]] the problem described in bugs/svn\_fails\_to\_update. Thanks to Ethan for the analysis and patch. * Replace underscores in shortcut texts with spaces when formatting for - display. This allows using a shortcut like [[wikipedia War\_of\_1812]], + display. This allows using a shortcut like [[wikipedia War_of_1812]], which links to the correct remote page, but is displayed nicely. * When building the doc wiki, build with LANG=C. * More gettext fun. * Fix openid signin secret generation code. This fixes the bug that made all openid signins fail the first time, and then succeed the second - time."""]]
\ No newline at end of file + time."""]] |