From 043efd0243ba5ce8e03c817f7e49290d98dab8b1 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 12 Aug 2021 16:45:21 -0700 Subject: web: fix stats rowspan (oops) --- python/fatcat_web/templates/stats.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') diff --git a/python/fatcat_web/templates/stats.html b/python/fatcat_web/templates/stats.html index afd5b598..654cd0da 100644 --- a/python/fatcat_web/templates/stats.html +++ b/python/fatcat_web/templates/stats.html @@ -32,7 +32,7 @@ You can also fetch these numbers as JSON. On web, not in Keepers {{ "{:,}".format(stats.papers.in_web_not_kbart) }} - Releases + Releases Total {{ "{:,}".format(stats.release.total) }} -- cgit v1.2.3