From 824e4a091410f710383afe18c1e66676c1c36cbc Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Sat, 6 Sep 2014 19:57:14 -0500 Subject: [PATCH] Typo fix. --- templates/index.mako | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.mako b/templates/index.mako index d3a9287..3b47f81 100644 --- a/templates/index.mako +++ b/templates/index.mako @@ -30,7 +30,7 @@

The URL ${query.url | h} timed out before any data could be retrieved.

- % elif query.error == "search error" + % elif query.error == "search error":

An error occurred while using the search engine (${query.exception}). Try reloading the page. If the error persists, repeat the check without using the search engine.