commit 21f91d895265aa22f784c3872603bf494a82d5fa
parent 44336aa8ce39ea0769ad03ec3fac483ddc0e855b
Author: William Erik Baxter <web@superscript.com>
Date: Sun, 15 Nov 2009 17:55:03 -0500
Correct AM/PM selector in DATE_FORMAT.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/sup/modes/thread-view-mode.rb b/lib/sup/modes/thread-view-mode.rb
@@ -10,7 +10,7 @@ class ThreadViewMode < LineCursorMode
attr_accessor :state
end
- DATE_FORMAT = "%B %e %Y %l:%M%P"
+ DATE_FORMAT = "%B %e %Y %l:%M%p"
INDENT_SPACES = 2 # how many spaces to indent child messages
HookManager.register "detailed-headers", <<EOS