diff options
| author | asciimoo <asciimoo@gmail.com> | 2013-10-23 23:45:41 +0200 |
|---|---|---|
| committer | asciimoo <asciimoo@gmail.com> | 2013-10-23 23:45:41 +0200 |
| commit | 60d8e7febd0e6b557cfb3bb383bf178f743b018b (patch) | |
| tree | 02a6b21d9ad5aad2c36f9de778c8982b0bdebe01 /searx | |
| parent | f48bc8b4e801418b201369e13b9b1fa46f7f7602 (diff) | |
[enh] about updates
Diffstat (limited to 'searx')
| -rw-r--r-- | searx/templates/about.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/about.html b/searx/templates/about.html index 5ebb98be0..fea7b678f 100644 --- a/searx/templates/about.html +++ b/searx/templates/about.html @@ -9,7 +9,7 @@ <br />It tries to provide basic privacy by mixing your queries with those from others while avoiding logging. For all browsers (except chrom*) queries are made using a POST request. Thus they don't show up in our logs, nor in your url history. For Chrom* users there is an exception, searx is used from the search bar, it issues GET requests.</p> <p>Please add more engines to this list, pull requests are welcome!</p> -<h2>Supported engines</h2> +<h2>Engines</h2> {% for (categ,search_engines) in categs %} <h3>{{ categ.capitalize() }} category</h3> |