From b74efeed0e0ca05ec3729235158407bc4c035b52 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Sun, 13 Jun 2021 04:04:00 -0400 Subject: [PATCH] Flipped condition --- templates/index.mako | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.mako b/templates/index.mako index 2fc6a8d..4a2dca7 100644 --- a/templates/index.mako +++ b/templates/index.mako @@ -11,7 +11,7 @@ titleparts.append("Earwig's Copyvio Detector") title = " | ".join(titleparts) %>\ -<%include file="/support/header.mako" args="title=title, splash=bool(result)"/> +<%include file="/support/header.mako" args="title=title, splash=not result"/> <%namespace module="copyvios.highlighter" import="highlight_delta"/>\ <%namespace module="copyvios.misc" import="httpsfix, urlstrip"/>\ % if notice: