about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--lib/PublicInbox/View.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/View.pm b/lib/PublicInbox/View.pm
index e1632b5b..6e4d1789 100644
--- a/lib/PublicInbox/View.pm
+++ b/lib/PublicInbox/View.pm
@@ -143,7 +143,7 @@ sub index_walk {
         $s =~ s/^-- \n.*\z//ms and $$more = 'more...';
 
         # kill any leading or trailing whitespace lines
-        $s =~ s/^[ \t]$//sgm;
+        $s =~ s/^\s*$//sgm;
         $s =~ s/\s+\z//s;
 
         if (length $s) {