From 94a28ebe5302dfe1b4a757853bb872f16144f791 Mon Sep 17 00:00:00 2001 From: Alexandre FLAMENT Date: Fri, 2 Sep 2022 08:30:38 +0000 Subject: Stats: display only the score per result, no anymore the score --- searx/templates/simple/stats.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'searx/templates') diff --git a/searx/templates/simple/stats.html b/searx/templates/simple/stats.html index 378fedd43..d2d5ae2b1 100644 --- a/searx/templates/simple/stats.html +++ b/searx/templates/simple/stats.html @@ -33,10 +33,7 @@ {{ engine_stat.name }} {% if engine_stat.score %} - {{ engine_stat.score|round(1) }} - + {{ engine_stat.score_per_result|round(1) }} {% endif %} -- cgit v1.2.3-54-g00ecf