diff options
author | chrysn <chrysn@fsfe.org> | 2009-03-24 09:20:18 +0100 |
---|---|---|
committer | chrysn <chrysn@fsfe.org> | 2009-03-24 09:20:18 +0100 |
commit | 16735bd194095306e4a8f6e2b8d771068e19e497 (patch) | |
tree | 30d87f71640ecff0ee37a80264f53b9ef8f00072 | |
parent | ce81e2e286ed5435eb114de21be73cd02da8a666 (diff) |
(corrected bug in inline autotitle description)
-rw-r--r-- | doc/todo/inline_autotitles.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/todo/inline_autotitles.mdwn b/doc/todo/inline_autotitles.mdwn index afc726c48..4c45ebf00 100644 --- a/doc/todo/inline_autotitles.mdwn +++ b/doc/todo/inline_autotitles.mdwn @@ -14,14 +14,14 @@ permitted (both for autotitle and regular titles, as they go in the same GET parameter, `title`). as the empty page title is illegal, munging is used, resulting in ascending numeric page titles to be created. -the second patch is actually a one-liner, filtering the title through sprintf. +the second patch is actually a one-liner, filtering the title through strftime. ### potential user interaction issues this has two side effects which have to be considered: first, the empty page title is accepted also in normal postforms (previously, this resulted in a "bad page name" error); second, entering a percent sign in that field might result -in unexpexted sprintf substitution (sprintf might not even substitute for +in unexpexted strftime substitution (strftime might not even substitute for common uses of percent as in "reach 10% market share", but might in others as in "the 10%-rule"). |