Browse Source

Typo fix.

pull/24/head
Ben Kurtovic 10 years ago
parent
commit
824e4a0914
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/index.mako

+ 1
- 1
templates/index.mako View File

@@ -30,7 +30,7 @@
<div id="info-box" class="red-box"> <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> <p>The URL <a href="${query.url | h}">${query.url | h}</a> timed out before any data could be retrieved.</p>
</div> </div>
% elif query.error == "search error"
% elif query.error == "search error":
<div id="info-box" class="red-box"> <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> <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> </div>


Loading…
Cancel
Save