commit 4dd15eedad428112b1f18deb02b465ec6c71f96c
parent 867647a846b558c715a4cce14022425a4fda8dde
Author: wmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Date: Thu, 27 Sep 2007 00:09:48 +0000
trivial: fix spacing in thread-view-mode labels: header
git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@596 5c8cc53c-5e98-4d25-b20a-d8db53a31250
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
@@ -450,7 +450,7 @@ private
" Date: #{m.date.strftime DATE_FORMAT} (#{m.date.to_nice_distance_s})",
" Subject: #{m.subj}",
(parent ? " In reply to: #{parent.from.mediumname}'s message of #{parent.date.strftime DATE_FORMAT}" : nil),
- m.labels.empty? ? nil : " Labels: #{m.labels.join(', ')}",
+ m.labels.empty? ? nil : " Labels: #{m.labels.join(', ')}",
].compact
from + rest.map { |l| [[color, prefix + " " + l]] }