]> git.cworth.org Git - sup/commitdiff
remove debugging change
authorWilliam Morgan <wmorgan-sup@masanjin.net>
Wed, 20 May 2009 22:11:04 +0000 (15:11 -0700)
committerWilliam Morgan <wmorgan-sup@masanjin.net>
Wed, 20 May 2009 22:11:04 +0000 (15:11 -0700)
lib/sup/modes/thread-view-mode.rb

index e6bd1597a236422e38de46e01241882eab284a00..42c62809fa8f80cb10c4730948de7fa4a208eff6 100644 (file)
@@ -635,7 +635,7 @@ private
 
   def format_person_list prefix, people
     ptext = people.map { |p| format_person p }
-    pad = "." * prefix.display_length
+    pad = " " * prefix.display_length
     [prefix + ptext.first + (ptext.length > 1 ? "," : "")] + 
       ptext[1 .. -1].map_with_index do |e, i|
         pad + e + (i == ptext.length - 1 ? "" : ",")