From: Eric Wong Date: Fri, 15 Sep 2023 18:33:44 +0000 (+0000) Subject: www_coderepo: use space for snapshot_fmt prefix X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4dcb50319432011d13f8134d37db0a395bfedc68;p=thirdparty%2Fpublic-inbox.git www_coderepo: use space for snapshot_fmt prefix The tab character causes inconsistent spacing on display, and a single space seems fine, here. --- diff --git a/lib/PublicInbox/WwwCoderepo.pm b/lib/PublicInbox/WwwCoderepo.pm index d7ac44ed8..834145e9f 100644 --- a/lib/PublicInbox/WwwCoderepo.pm +++ b/lib/PublicInbox/WwwCoderepo.pm @@ -114,7 +114,6 @@ sub _refs_tags_link { @snap_fmt = map { qq{ $_} } @snap_fmt; - substr($snap_fmt[0], 0, 1) = "\t"; } ("", ascii_html($ref), "$align ", ascii_html($s), " ($cd)", @snap_fmt, "\n");