From b2894c6c0a9103a907f9a96bd220ddefcad5faed Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Mon, 13 Oct 2014 16:33:50 -0500 Subject: [PATCH] Report possible misses as well as known skips. --- templates/index.mako | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/index.mako b/templates/index.mako index c95bc3c..f6deac9 100644 --- a/templates/index.mako +++ b/templates/index.mako @@ -234,9 +234,9 @@ ${len(result.sources) - 10} URL${"s" if len(result.sources) > 11 else ""} with lower confidence hidden. Show them. % endif - % if skips: + % if skips or result.possible_miss: % endif