瀏覽代碼

[fix] html5 compatibility

asciimoo 11 年之前
父節點
當前提交
23b327c6ae
共有 1 個檔案被更改,包括 3 行新增3 行删除
  1. 3
    3
      searx/templates/about.html

+ 3
- 3
searx/templates/about.html 查看文件

@@ -39,11 +39,11 @@
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 40
 <h2 id="dev_faq">Developer FAQ</h2>
41 41
 <h3>New engines?</h3>
42
-<p><ul>
42
+<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>
44 44
     <li>Create your custom engine module, check the <a href="https://github.com/asciimoo/searx/blob/master/examples/basic_engine.py">example engine</a></li>
45
-    </ul>Don't forget to restart searx after config edit!
46
-</p>
45
+</ul>
46
+<p>Don't forget to restart searx after config edit!</p>
47 47
 <h3>WSGI support?</h3>
48 48
 <p><a href="https://about.okhin.fr/posts/Searx/">Okhin wrote</a> a great and detailed article about the setup.</p>
49 49
 <h3>How to debug engines?</h3>