From 4ee8d314bf6fff03a889dcb4cf46ecb47abf7083 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Wed, 1 Dec 2021 14:33:08 -0600 Subject: [PATCH] fix --- files/templates/search.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/files/templates/search.html b/files/templates/search.html index bcbc07953..dbd5fb50c 100644 --- a/files/templates/search.html +++ b/files/templates/search.html @@ -34,7 +34,8 @@ {{ total }} - {{ sort }} results matching "{{query}}" {{ 'from all time' if t=='all' else 'in the last' }} + {{ sort }} result {{ '' if total == 1 else 's' }} matching + "{{query}}" {{ 'from all time' if t=='all' else 'in the last' }} {% if t != 'all' %}{{ t }}{% endif %}