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: