From 28a9164ab9b64547347618e3d35bd8639f433dc1 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Thu, 13 Feb 2020 11:21:34 +0100 Subject: Fix HTML5 validation errors --- lulua/stats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lulua') diff --git a/lulua/stats.py b/lulua/stats.py index 4d455c5..80c269b 100644 --- a/lulua/stats.py +++ b/lulua/stats.py @@ -400,7 +400,7 @@ def corpusHtml (args): print (f'{c["source"]["name"]}') count = c.get ('count') if count: - print (f'{count[0]//1000:d},{count[0]%1000:03d}\u202f{count[1]}') + print (f'{count[0]//1000:d},{count[0]%1000:03d}\u202f{count[1]}') else: print ('') -- cgit v1.2.3