Browse Source

Flipped condition

master
Ben Kurtovic 2 years ago
parent
commit
b74efeed0e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/index.mako

+ 1
- 1
templates/index.mako View File

@@ -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:


Loading…
Cancel
Save