소스 검색

Typo fix.

pull/24/head
Ben Kurtovic 10 년 전
부모
커밋
824e4a0914
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      templates/index.mako

+ 1
- 1
templates/index.mako 파일 보기

@@ -30,7 +30,7 @@
<div id="info-box" class="red-box">
<p>The URL <a href="${query.url | h}">${query.url | h}</a> timed out before any data could be retrieved.</p>
</div>
% elif query.error == "search error"
% elif query.error == "search error":
<div id="info-box" class="red-box">
<p>An error occurred while using the search engine (${query.exception}). Try reloading the page. If the error persists, <a href="${request.url | httpsfix, h}&amp;use_engine=0">repeat the check without using the search engine</a>.</p>
</div>


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