diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/fatcat_web/templates/stats.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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 <a href="./stats.json">as JSON</a>.          <td>On web, not in Keepers</td>          <td class="right aligned">{{ "{:,}".format(stats.papers.in_web_not_kbart) }}</td> -    <tr style="padding-top:0px;"><td rowspan="2" class="active top aligned center aligned"><b>Releases</b></td> +    <tr style="padding-top:0px;"><td rowspan="1" class="active top aligned center aligned"><b>Releases</b></td>          <td>Total</td>          <td class="right aligned">{{ "{:,}".format(stats.release.total) }}</td> | 
