summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorasciimoo <asciimoo@gmail.com>2014-01-05 12:24:38 +0100
committerasciimoo <asciimoo@gmail.com>2014-01-05 12:24:38 +0100
commit556b9dd2b0a17528a1c6f2f581e7a0173bc7d4cf (patch)
treec4879bd9f7e419771916d52d488802b1b9c9a832
parent863d136dddc2b5947ac9ab615a91e085b2a307bb (diff)
[fix] id duplication
-rw-r--r--searx/templates/about.html2
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>