This website works better with JavaScript.
Home
Help
Sign In
ben
/
copyvios
mirror of
https://github.com/earwig/copyvios
Watch
1
Star
1
Fork
0
Code
Releases
0
Activity
Browse Source
Improve message; fix broken div.
pull/24/head
Ben Kurtovic
10 years ago
parent
e0b964fcdf
commit
b806e358ee
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
templates/index.mako
+ 2
- 2
templates/index.mako
View File
@@ -187,8 +187,8 @@
</table>
% if len(result.sources) > 10:
<div id="cv-additional">
${len(result.sources) - 10}
additional sources
hidden. <a id="show-additional-sources" href="#">Show them.</a>
</
p
>
${len(result.sources) - 10}
URL${"s" if len(result.sources) > 11 else ""} with lower confidence
hidden. <a id="show-additional-sources" href="#">Show them.</a>
</
div
>
% endif
</div>
% endif
Write
Preview
Loading…
Cancel
Save