about summary refs log tree commit homepage
path: root/lib/PublicInbox/WwwCoderepo.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2023-09-15 18:33:44 +0000
committerEric Wong <e@80x24.org>2023-09-16 12:12:25 +0000
commit4dcb50319432011d13f8134d37db0a395bfedc68 (patch)
tree82af8b48cbad4df03b133bca97795d4a0ab8c3f3 /lib/PublicInbox/WwwCoderepo.pm
parenta37e3ab3740c24c36df34a012b65a35ad47208e0 (diff)
downloadpublic-inbox-4dcb50319432011d13f8134d37db0a395bfedc68.tar.gz
The tab character causes inconsistent spacing on display,
and a single space seems fine, here.
Diffstat (limited to 'lib/PublicInbox/WwwCoderepo.pm')
-rw-r--r--lib/PublicInbox/WwwCoderepo.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/PublicInbox/WwwCoderepo.pm b/lib/PublicInbox/WwwCoderepo.pm
index d7ac44ed..834145e9 100644
--- a/lib/PublicInbox/WwwCoderepo.pm
+++ b/lib/PublicInbox/WwwCoderepo.pm
@@ -114,7 +114,6 @@ sub _refs_tags_link {
                 @snap_fmt = map {
                         qq{ <a href="${upfx}snapshot/$snap_pfx$v.$_">$_</a>}
                 } @snap_fmt;
-                substr($snap_fmt[0], 0, 1) = "\t";
         }
         ("<a\nhref=$upfx$oid/s/>", ascii_html($ref),
                 "</a>$align ", ascii_html($s), " ($cd)", @snap_fmt, "\n");