소스 검색

Improve message; fix broken div.

pull/24/head
Ben Kurtovic 9 년 전
부모
커밋
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


불러오는 중...
취소
저장