diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-02-25 01:23:04 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-02-25 01:23:04 +0000 |
commit | 78ba85a1cb8c3066e94f2c0cdfe1e7054f4d4dc7 (patch) | |
tree | e3721ef7bcf514d1aabb2297ac1397452f47e2d5 | |
parent | 22bcc3d1df93e00487c83c4249d746ba19d1955d (diff) |
improve autoformatting
-rw-r--r-- | doc/news/version_1.44.mdwn | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/news/version_1.44.mdwn b/doc/news/version_1.44.mdwn index 429369c3a..3220b3fc5 100644 --- a/doc/news/version_1.44.mdwn +++ b/doc/news/version_1.44.mdwn @@ -1,11 +1,11 @@ News for ikiwiki 1.44: - The htmllink() function has changed slightly and plugins that use it may - need to change how they call it. This function's first three parameters - are unchanged, but additional options are now passed using named - parameters. If you used htmllink with more than 3 parameters, you will - need to change it. The plugin interface version has been increased to 1.02 - to reflect this change. +The htmllink() function has changed slightly and plugins that use it may +need to change how they call it. This function's first three parameters +are unchanged, but additional options are now passed using named +parameters. If you used htmllink with more than 3 parameters, you will +need to change it. The plugin interface version has been increased to 1.02 +to reflect this change. ikiwiki 1.44 released with [[toggle text="these changes"]] [[toggleable text=""" @@ -50,4 +50,4 @@ ikiwiki 1.44 released with [[toggle text="these changes"]] * Patch from Ethan to improve behavior if a page is deleted or moved while someone is editing it. * Some cleanup of field setting in the failed edit and conflict handling - code."""]]
\ No newline at end of file + code."""]] |