瀏覽代碼

Improve message; fix broken div.

pull/24/head
Ben Kurtovic 10 年之前
父節點
當前提交
b806e358ee
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      templates/index.mako

+ 2
- 2
templates/index.mako 查看文件

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


Loading…
取消
儲存