diff options
| author | pw3t <romain@berthor.fr> | 2014-01-05 17:57:55 +0100 |
|---|---|---|
| committer | pw3t <romain@berthor.fr> | 2014-01-05 17:57:55 +0100 |
| commit | 0d93ad20186937f86ca9101c1c7453e99c282107 (patch) | |
| tree | 1ff55038c8df267d8a3a1d4f33fbd4101546bf5d /searx/templates | |
| parent | 89183ed985157540c42c73c5a303dd574c227c7f (diff) | |
| parent | 5c9f6d51746796ef63cd08d27c31e931272e083f (diff) | |
Merge branch 'master' of https://github.com/asciimoo/searx
Diffstat (limited to 'searx/templates')
| -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 b90757914..14a0080f9 100644 --- a/searx/templates/about.html +++ b/searx/templates/about.html @@ -37,7 +37,7 @@ <p>It's ok if you don't trust us regarding the logs, <a href="https://github.com/asciimoo/searx">take the code</a> and run it yourself! decentralize!</p> <h3>How to add to firefox?</h3> <p><a href="#" onclick="window.external.AddSearchProvider(window.location.protocol + '//' + window.location.host + '/opensearch.xml')">Install</a> searx as a search engine on any version of Firefox! (javascript required)</p> -<h2 id="faq">Developer FAQ</h2> +<h2 id="dev_faq">Developer FAQ</h2> <h3>New engines?</h3> <p><ul> <li>Edit your engines.cfg, see <a href="https://raw.github.com/asciimoo/searx/master/engines.cfg_sample">sample config</a></li> |