From b806e358ee46c3c19a2a2f31e0f54d7992a683d2 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Fri, 5 Sep 2014 23:38:29 -0500 Subject: [PATCH] Improve message; fix broken div. --- templates/index.mako | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/index.mako b/templates/index.mako index f99a10a..c64eeaa 100644 --- a/templates/index.mako +++ b/templates/index.mako @@ -187,8 +187,8 @@ % if len(result.sources) > 10:
- ${len(result.sources) - 10} additional sources hidden. Show them. -

+ ${len(result.sources) - 10} URL${"s" if len(result.sources) > 11 else ""} with lower confidence hidden. Show them. +
% endif % endif