asciimoo 11 лет назад
Родитель
Сommit
556b9dd2b0
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      searx/templates/about.html

+ 1
- 1
searx/templates/about.html Просмотреть файл

@@ -37,7 +37,7 @@
37 37
 <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>
38 38
 <h3>How to add to firefox?</h3>
39 39
 <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>
40
-<h2 id="faq">Developer FAQ</h2>
40
+<h2 id="dev_faq">Developer FAQ</h2>
41 41
 <h3>New engines?</h3>
42 42
 <p><ul>
43 43
     <li>Edit your engines.cfg, see <a href="https://raw.github.com/asciimoo/searx/master/engines.cfg_sample">sample config</a></li>